添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
@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.

Since:
Author:
Brian Clozel, Rossen Stoyanchev
See Also:
  • MessageMapping
  • SimpAnnotationMethodMessageHandler
  •