Package net.officefloor.web
Annotation Type HttpCookieParameter
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER}) @Qualifier(nameFactory=HttpCookieParameterNameFactory.class) public @interface HttpCookieParameter
Annotation
to indicate the value is loaded from aHttpCookie
parameter.- Author:
- Daniel Sagenschneider
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Name of parameter.
-