| 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 | Method and Description |
|---|---|
AnnotationProcessor |
DefaultAnnotationProcessor.configure(AtmosphereFramework framework) |
AnnotationProcessor |
AnnotationProcessor.configure(AtmosphereFramework framework)
Configure this class with an instance of
AtmosphereFramework |
AnnotationProcessor |
DefaultAnnotationProcessor.scan(java.io.File rootDir) |
AnnotationProcessor |
AnnotationProcessor.scan(java.io.File rootDir)
Scan the
File looking for classes annotated with Atmosphere's Service annotation. |
AnnotationProcessor |
DefaultAnnotationProcessor.scan(java.lang.String packageName) |
AnnotationProcessor |
AnnotationProcessor.scan(java.lang.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 © 2018. All Rights Reserved.