Annotation Interface CookieParameter


@Target(PARAMETER) @Retention(RUNTIME) public @interface CookieParameter
Annotates a method parameter for Cookie binding. Should be used in Controllers and Filters.

Matched type must be Cookie.

Author:
Matthew Tropiano
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the name of the cookie.