Package io.micronaut.management.endpoint.annotation
package io.micronaut.management.endpoint.annotation
Annotations for defining management endpoints.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionA method designed to annotate an
Endpoint
delete operation.Defines a management endpoint for a given ID.A method designed to annotate anEndpoint
read operation.Annotation that can be applied to arguments that should be included in the endpoint URI.Annotation that can be applied to endpoint methods to control sensitivity at the method level.A method designed to annotate anEndpoint
write operation.