Annotation Interface RequestPath
Annotation which indicates that a method parameter should
be bound to a path segment variable.
- Since:
- 1.0.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the segment to bind to the method parameter.- Returns:
- The name of the segment to bind to the method parameter.
- Since:
- 1.0.0
-