Annotation Interface OPTIONS


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

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

    • value

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

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

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