Uses of Interface
org.atmosphere.cpr.AnnotationProcessor
-
Packages that use AnnotationProcessor Package Description org.atmosphere.cpr org.atmosphere.util -
-
Uses of AnnotationProcessor in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AnnotationProcessor Modifier and Type Class Description classDefaultAnnotationProcessorAnAnnotationProcessorthat selects between a ServletContextInitializer based scanner, and a bytecode based scanner based on .Fields in org.atmosphere.cpr declared as AnnotationProcessor Modifier and Type Field Description protected AnnotationProcessorAtmosphereFramework. annotationProcessorMethods in org.atmosphere.cpr that return AnnotationProcessor Modifier and Type Method Description AnnotationProcessorAtmosphereFramework. annotationProcessor()Return theAnnotationProcessorAnnotationProcessorAnnotationProcessor. scan(java.io.File rootDir)Scan theFilelooking for classes annotated with Atmosphere's Service annotation.AnnotationProcessorAnnotationProcessor. scan(java.lang.String packageName)Scan the package looking for classes annotated with Atmosphere's Service annotation.AnnotationProcessorDefaultAnnotationProcessor. scan(java.io.File rootDir)AnnotationProcessorDefaultAnnotationProcessor. scan(java.lang.String packageName)AnnotationProcessorAnnotationProcessor. scanAll()Scan all classes on the classpath looking for classes annotated with Atmosphere's Service annotation.AnnotationProcessorDefaultAnnotationProcessor. scanAll() -
Uses of AnnotationProcessor in org.atmosphere.util
Classes in org.atmosphere.util that implement AnnotationProcessor Modifier and Type Class Description classVoidAnnotationProcessorAnAnnotationProcessorthat does nothing.Methods in org.atmosphere.util that return AnnotationProcessor Modifier and Type Method Description AnnotationProcessorVoidAnnotationProcessor. scan(java.io.File rootDir)AnnotationProcessorVoidAnnotationProcessor. scan(java.lang.String packageName)AnnotationProcessorVoidAnnotationProcessor. scanAll()
-