Annotation Interface CookieParam


@Retention(RUNTIME) @Target(PARAMETER) public @interface CookieParam
This annotation indicates that the value of a method parameter must be read from a cookie.
Author:
andrea del bene
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    boolean
     
  • Element Details

    • required

      boolean required
      Default:
      true
    • defaultValue

      String defaultValue
      Default:
      ""