Annotation Interface POST


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

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

    • value

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

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

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