@Retention(CLASS) @Target({PARAMETER})
public @interface Cookie
Binds an interface method parameter to a
Cookie request-header
entry. Multiple @Cookie-annotated parameters on the same method
are joined into a single Cookie: a=1; b=2 header. null
arguments are skipped; values are URL-encoded.Methods
public abstract String value() |
Method details
value
public abstract String value()