| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAnnotationProcessor
An
AnnotationProcessor that selects between a ServletContextInitializer based scanner, and
a bytecode based scanner based on . |
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationProcessor |
AtmosphereFramework.annotationProcessor |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All Rights Reserved.