Annotation Interface Read


A method designed to annotate an Endpoint read operation.
Since:
1.0
Author:
Graeme Rocher
  • Element Details

    • description

      String description
      Returns:
      Description of the operation
      Default:
      ""
    • produces

      @AliasFor(annotationName="io.micronaut.http.annotation.Produces", member="value") String[] produces
      Returns:
      The produced MediaType values. Defaults to application/json
      Default:
      {"application/json"}