@Target({PARAMETER,METHOD,FIELD,CONSTRUCTOR,TYPE}) @Retention(RUNTIME) @Documented public @interface Encoded
QueryParam,
 PathParam, FormParam or MatrixParam.
 Using this annotation on a method will disable decoding for all parameters.
 Using this annotation on a class will disable decoding for all parameters of
 all methods.QueryParam, 
MatrixParam, 
PathParam, 
FormParamCopyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.