Package net.officefloor.web
Annotation Type 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
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Allows specifying the path parameter name.
-