Package org.springdoc.core.annotations
Annotation Type RouterOperations
-
@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface RouterOperations
Container for repeatableRouterOperation
annotation- Author:
- bnasslahsen
- See Also:
RouterOperation
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description RouterOperation[]
value
An array of RouterOperation Objects for the Router
-
-
-
Element Detail
-
value
RouterOperation[] value
An array of RouterOperation Objects for the Router- Returns:
- the RouterOperation
- Default:
- {}
-
-