@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface SecuritySchemes
Modifier and Type | Optional Element and Description |
---|---|
SecurityScheme[] |
value
An array of SecurityScheme annotations that can be specified at definition level.
|
public abstract SecurityScheme[] value