Package net.officefloor.web
Annotation Interface 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueAllows specifying the query parameter name.- Returns:
- Query parameter name.
-