Annotation Type Delete


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Delete
    HTTP DELETE method annotation with its value describing the path to a REST endpoint for deleting the resource.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Get the relative path of the annotated method's DELETE URL.
    • Element Detail

      • value

        java.lang.String value
        Get the relative path of the annotated method's DELETE URL.
        Returns:
        The relative path of the annotated method's DELETE URL.