Annotation Interface WebSocketMapping
@Documented
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@Executable
@Inherited
public @interface WebSocketMapping
Stereotype meta-annotation applied to all WebSocket related annotations such as
OnOpen
, OnMessage
etc.- Since:
- 1.0
- Author:
- graemerocher