Annotation Interface AtmosphereInterceptorService


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AtmosphereInterceptorService
An annotation for telling Atmosphere which AtmosphereInterceptor class to use by default. A class annotated with this annotation will be invoked during the AtmosphereConfig.startupHook(org.atmosphere.cpr.AtmosphereConfig.StartupHook) execution. Thus, do not invoke that method from an AtmosphereConfigAware.configure(org.atmosphere.cpr.AtmosphereConfig) to avoid unpredictable behaviors.
Author:
Jeanfrancois Arcand