Annotation Type SecuritySchemes
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface SecuritySchemes
Container for repeatableSecurityScheme
annotation- See Also:
SecurityScheme
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SecurityScheme[]
value
An array of SecurityScheme annotations
-
-
-
Element Detail
-
value
SecurityScheme[] value
An array of SecurityScheme annotations- Returns:
- the array of the SecurityScheme
- Default:
- {}
-
-