Annotation Interface RequireHeaders


Annotation to specify required HTTP headers for methods or types. This annotation can be applied to methods or types to indicate that certain HTTP headers are required for processing the request.
Since:
3.0.2-SNAPSHOT
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the required HTTP headers.
  • Element Details

    • value

      Specifies the required HTTP headers.
      Returns:
      An array of strings representing the names of the required headers.