Package io.micronaut.management.endpoint.annotation
Annotations for defining management endpoints.
- Since:
- 1.0
-
Annotation Types Summary Annotation Type Description Delete A method designed to annotate anEndpointdelete operation.Endpoint Defines a management endpoint for a given ID.Read A method designed to annotate anEndpointread operation.Selector Annotation that can be applied to arguments that should be included in the endpoint URI.Sensitive Annotation that can be applied to endpoint methods to control sensitivity at the method level.Write A method designed to annotate anEndpointwrite operation.