@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface PathVariable
@MessageMapping
for messages with path-like destination
semantics.
A @PathVariable
template variable is always required and does not have a
default value to fall back on.
MessageMapping
,
SimpAnnotationMethodMessageHandler
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The path template variable to bind to.
|