Annotation Interface RequireCookie


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

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

    • value

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