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