Package io.swagger.v3.oas.annotations
Annotation Type Parameters
-
@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface Parameters
Container for repeatableParameter
annotation- See Also:
Parameter
-
-
Element Detail
-
value
Parameter[] value
An array of Parameters Objects for the operation- Returns:
- the parameters
- Default:
- {}
-
-