Annotation Interface RequestVariable
Annotation which indicates that a method parameter should
be bound to a query string variable.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the query string variable to bind to the method parameter.- Returns:
- The name of the query string variable to bind to the method parameter.
-