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