Annotation Interface RequestPath
Annotation which indicates that a method parameter should
be bound to a path segment variable.
-
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.
-