Package io.avaje.http.api
Annotation Type Cookie
@Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface Cookie
A parameter that is a cookie value.
We can put this on a method parameter or a @Form
bean property.
-
Optional Element Summary
-
Element Details
-
value
The name of the cookie.- Default:
- ""
-