@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
public @interface OpenAPIManagement
Modifier and Type | Optional Element and Description |
---|---|
io.swagger.v3.oas.annotations.security.SecurityRequirement[] |
security
A declaration of which security mechanisms can be used across the API.
|
io.swagger.v3.oas.annotations.tags.Tag[] |
tags
A list of tags used by the specification with additional metadata.
|
public abstract io.swagger.v3.oas.annotations.tags.Tag[] tags