@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Inherited
public @interface SecurityRequirementsSet
Example: security: - api_secret: [] oauth_implicit: []
Modifier and Type | Optional Element and Description |
---|---|
SecurityRequirement[] |
value
An array of SecurityRequirement annotations that can be specified for the operation or at definition level.
|
public abstract SecurityRequirement[] value