Annotation Interface PathParam


@Retention(RUNTIME) @Target(PARAMETER) public @interface PathParam
Used to annotate method parameters on POJO endpoints the the ServerEndpoint has been defined with a ServerEndpoint.value() that uses a URI template.