Package net.officefloor.web
Annotation Interface HttpPathParameter
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD,PARAMETER})
@Qualifier(nameFactory=HttpPathParameterNameFactory.class)
public @interface HttpPathParameter
Annotation to indicate the value is loaded from a path parameter.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueAllows specifying the path parameter name.- Returns:
- Path parameter name.
-