@Retention(value=RUNTIME) @Target(value=FIELD) public @interface PathParam
Marks a field as a parameter used to construct the path for a request.
Fields marked with this annotation will not be serialized as JSON when making HTTP requests.