Package jakarta.websocket.server
Annotation Type PathParam
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface PathParam
Used to annotate method parameters on POJO endpoints the theServerEndpoint
has been defined with aServerEndpoint.value()
that uses a URI template.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-