Annotation Interface WebSocketProcessorService


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