Annotation Interface AtmosphereAnnotation


@Target(TYPE) @Retention(RUNTIME) @Documented public @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 Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
    Return the handled annotation associated with the Processor