Annotation Interface WebSocketHandlerService


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WebSocketHandlerService
An annotation for telling Atmosphere which WebSocketHandler class to use by default.
Author:
Jeanfrancois Arcand