Annotation Type PathParam
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface PathParam
Bind the value of a path sub-element to the annotated parameter. Exemple : http://localhost:8080/test/contact/12 Can be map to :- Author:
- npiedeloup
-
-
Element Detail
-
value
String value
-
-