Package net.officefloor.web
Annotation Interface HttpHeaderParameter
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD,PARAMETER})
@Qualifier(nameFactory=HttpHeaderParameterNameFactory.class)
public @interface HttpHeaderParameter
Annotation to indicate the value is loaded from a HttpHeader
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 of parameter.
-