Package io.swagger.v3.oas.annotations
-
Annotation Types Summary Annotation Type Description ExternalDocumentation The annotation may be used at method level or as field ofOperationto add a reference to an external resource for extended documentation of an Operation (OpenAPI specification).Hidden Marks a given resource, class or bean type as hidden, skipping while reading / resolvingOpenAPI31 OpenAPIDefinition The annotation that may be used to populate OpenAPI Object fields info, tags, servers, security and externalDocs If more than one class is annotated withOpenAPIDefinition, with the same fields defined, behaviour is inconsistent.Operation The annotation may be used to define a resource method as an OpenAPI Operation, and/or to define additional properties for the Operation.Parameter The annotation may be used on a method parameter to define it as a parameter for the operation, and/or to define additional properties for the Parameter.Parameters Container for repeatableParameterannotationStringToClassMapItem Webhook The annotation may be used to define a method as an OpenAPI Webhook.Webhooks Container for repeatableWebhookannotation