Package io.micronaut.openapi.annotation
package io.micronaut.openapi.annotation
- 
Annotation InterfacesClassDescriptionThe annotation can be used to add suffix and prefix for operationIds.With this annotation, you can specify one or more groups that this endpoint will be included in, as well as specify groups from which this endpoint should be excluded.With this annotation, you can specify the OpenAPIDefinition description that will be inserted into a specific swagger file, only for this group.Allows
OpenAPIGroupInfoto be repeatable.AllowsOpenAPIGroupto be repeatable.The annotation can be used to include additional io.micronaut.http.annotation.Controller or io.micronaut.management.endpoint.annotation.Endpoint classes to be processed for OpenAPI definition.AllowsOpenAPIIncludeto be repeatable.The annotation to include Micronaut management endpoints.The annotation to include Micronaut security endpoints.