Package io.micronaut.management.endpoint.annotation


package io.micronaut.management.endpoint.annotation
Annotations for defining management endpoints.
Since:
1.0
Author:
graemerocher
  • Annotation Interfaces
    Class
    Description
    A method designed to annotate an Endpoint delete operation.
    Defines a management endpoint for a given ID.
    A method designed to annotate an Endpoint 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 an Endpoint write operation.