Annotation Interface QueryParam
Bind the value of a query parameter (url or post data) to the annotated parameter.
Exemple :
http://localhost:8080/test/contact?conId=12
Can be map to :
- Author:
- npiedeloup
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-