Annotation Interface CookieParameter
Annotates a method parameter for Cookie binding. Should be used in
Controller
s and Filter
s.
Matched type must be Cookie
.
- Author:
- Matthew Tropiano
- See Also:
-
Required Element Summary
-
Element Details
-
value
String value- Returns:
- the name of the cookie.
-