public interface AnnotationProcessor
AtmosphereFramework| Modifier and Type | Method and Description |
|---|---|
AnnotationProcessor |
configure(AtmosphereFramework framework)
Configure this class with an instance of
AtmosphereFramework |
AnnotationProcessor |
scan(java.io.File rootDir)
Scan the
File looking for classe annotated with Atmosphere's Service annotation. |
AnnotationProcessor |
scan(java.lang.String packageName)
Scan the
File looking for classes annotated with Atmosphere's Service annotation. |
AnnotationProcessor configure(AtmosphereFramework framework)
AtmosphereFrameworkframework - AnnotationProcessor scan(java.io.File rootDir) throws java.io.IOException
File looking for classe annotated with Atmosphere's Service annotation.rootDir - java.io.IOExceptionAnnotationProcessor scan(java.lang.String packageName) throws java.io.IOException
File looking for classes annotated with Atmosphere's Service annotation.packageName - java.io.IOExceptionCopyright © 2018. All Rights Reserved.