@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface DestinationVariable
Annotation that indicates a method parameter should be bound to a template variable
in a destination template string. Supported on message handling methods such as
@MessageMapping.
A @DestinationVariable template variable is always required.