Package net.officefloor.web
Annotation Interface HttpCookieParameter
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD,PARAMETER})
@Qualifier(nameFactory=HttpCookieParameterNameFactory.class)
public @interface HttpCookieParameter
Annotation to indicate the value is loaded from a HttpCookie
parameter.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueName of parameter.- Returns:
- Name parameter.
-