Uses of Interface
org.atmosphere.cpr.AnnotationProcessor

Packages that use AnnotationProcessor
org.atmosphere.cpr   
 

Uses of AnnotationProcessor in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AnnotationProcessor
 class DefaultAnnotationProcessor
          An AnnotationProcessor that selects between a ServletContextInitializer based scanner, and a bytecode based scanner based on .
 

Methods in org.atmosphere.cpr that return AnnotationProcessor
 AnnotationProcessor DefaultAnnotationProcessor.configure(AtmosphereFramework framework)
           
 AnnotationProcessor AnnotationProcessor.configure(AtmosphereFramework framework)
          Configure this class with an instance of AtmosphereFramework
 AnnotationProcessor DefaultAnnotationProcessor.scan(File rootDir)
           
 AnnotationProcessor AnnotationProcessor.scan(File rootDir)
          Scan the File looking for classes annotated with Atmosphere's Service annotation.
 AnnotationProcessor DefaultAnnotationProcessor.scan(String packageName)
           
 AnnotationProcessor AnnotationProcessor.scan(String packageName)
          Scan the package looking for classes annotated with Atmosphere's Service annotation.
 AnnotationProcessor DefaultAnnotationProcessor.scanAll()
           
 AnnotationProcessor AnnotationProcessor.scanAll()
          Scan all classes on the classpath looking for classes annotated with Atmosphere's Service annotation.
 



Copyright © 2014. All Rights Reserved.