Annotation Type 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
      java.lang.Class<? extends java.lang.annotation.Annotation> value
      Return the handled annotation associated with the Processor
    • Element Detail

      • value

        java.lang.Class<? extends java.lang.annotation.Annotation> value
        Return the handled annotation associated with the Processor