Class VoidAnnotationProcessor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(AtmosphereConfig config)
      Configure an AtmosphereFramework object.
      void destroy()
      Destroy all resources associated with this object.
      AnnotationProcessor scan​(java.io.File rootDir)
      Scan the File looking for classes annotated with Atmosphere's Service annotation.
      AnnotationProcessor scan​(java.lang.String packageName)
      Scan the package looking for classes annotated with Atmosphere's Service annotation.
      AnnotationProcessor scanAll()
      Scan all classes on the classpath looking for classes annotated with Atmosphere's Service annotation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait