Annotation Type PathParameter
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface PathParameter
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueDefines the name of the path template parameter whose value will be used to initialize the value of the annotated method parameter.
-
-
-
Element Detail
-
value
java.lang.String value
Defines the name of the path template parameter whose value will be used to initialize the value of the annotated method parameter.- See Also:
RoutingPath.value()
-
-