Annotation Interface DELETE


Apply to Resource Methods to support the HTTP DELETE method.
Author:
Mark Allen
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The DELETE URL that should be handled by this Resource Method.
  • Element Details

    • value

      The DELETE URL that should be handled by this Resource Method.

      The URL must start with a / character, e.g. /widgets/{widgetId}.

      Returns:
      the DELETE URL that should be handled by this Resource Method