Package org.atmosphere.config
Annotation Type AtmosphereAnnotation
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AtmosphereAnnotationThis annotation is scanned by Atmosphere at runtime to determineProcessorimplementation. Application that wants to define their own annotation can annotate their class with this annotation.- Author:
- Jeanfrancois Arcand
-
-
Element Detail
-
value
java.lang.Class<? extends java.lang.annotation.Annotation> value
Return the handled annotation associated with theProcessor
-
-