Annotation Type | Description |
---|---|
OpenAPIDecorator |
The annotation can be used to add suffix and prefix for operationIds.
|
OpenAPIGroup |
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.
|
OpenAPIGroupInfo |
With this annotation, you can specify the OpenAPIDefinition description that will be inserted
into a specific swagger file, only for this group.
|
OpenAPIGroupInfos |
Allows
OpenAPIGroupInfo to be repeatable. |
OpenAPIInclude |
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.
|
OpenAPIIncludes |
Allows
OpenAPIInclude to be repeatable. |
OpenAPIManagement |
The annotation to include Micronaut management endpoints.
|
OpenAPISecurity |
The annotation to include Micronaut security endpoints.
|