Annotation Interface QueryParam


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @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
    Modifier and Type
    Required Element
    Description
     
  • Element Details