Package org.atmosphere.config
Annotation Interface AtmosphereAnnotation
This annotation is scanned by Atmosphere at runtime to determine
Processor implementation.
Application that wants to define their own annotation can annotate their class with this annotation.- Author:
- Jeanfrancois Arcand
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation> Return the handled annotation associated with theProcessor
-
Element Details
-
value
Class<? extends Annotation> valueReturn the handled annotation associated with theProcessor
-