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