Annotation Interface PathVariable
Annotates a method parameter. Should be used in
Controller
s and Filter
s.
Value refers to a variable value on the request path, and the parameter type must be a convertable type.
- Author:
- Matthew Tropiano
- See Also:
-
Required Element Summary
-
Element Details
-
value
String value- Returns:
- the name of the path variable.
-