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