Annotation Interface DELETE


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface DELETE
Indicates that the annotated method responds to HTTP DELETE requests. Inspirated from jax-rs api, but merged with Path for simplicity.
Author:
npiedeloup
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Defines a URI template for the resource class.
  • Element Details

    • value

      String value
      Defines a URI template for the resource class.