Annotation Interface Delete


@Documented @Retention(RUNTIME) @Target(METHOD) @Executable @Inherited public @interface Delete
A method designed to annotate an Endpoint delete operation.
Since:
1.0
  • 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"}