Annotation Interface RequestPathParam
Retrieves one path parameter from the associated http request url and passes it to the annotated method parameter.
- Since:
- 4.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
The key of the request path parameter to pass to the parameter which is defined in the request path.- Returns:
- the key of the path variable to get.
-