Annotation Type Consumes
-
@Repeatable(ConsumesSpecs.class) @Retention(RUNTIME) public @interface Consumes
Annotation to configure Route.consumes()- Author:
- odeda
-
-
Element Detail
-
value
String value
Content-Type for the annotated route- Returns:
- Content-Type value
-
-