|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 . |
| Fields in org.atmosphere.cpr declared as AnnotationProcessor | |
|---|---|
protected AnnotationProcessor |
AtmosphereFramework.annotationProcessor
|
| Methods in org.atmosphere.cpr that return AnnotationProcessor | |
|---|---|
AnnotationProcessor |
AtmosphereFramework.annotationProcessor()
Return the 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||