public interface AnnotationProcessor extends AtmosphereConfigAware
AtmosphereFramework.| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy all resources associated with this object.
|
AnnotationProcessor |
scan(java.io.File rootDir)
Scan the
File looking for classes annotated with Atmosphere's Service annotation. |
AnnotationProcessor |
scan(java.lang.String packageName)
Scan the package looking for classes annotated with Atmosphere's Service annotation.
|
AnnotationProcessor |
scanAll()
Scan all classes on the classpath looking for classes annotated with Atmosphere's Service annotation.
|
configureAnnotationProcessor scan(java.io.File rootDir) throws java.io.IOException
File looking for classes annotated with Atmosphere's Service annotation.rootDir - a directory where annotation can possibly be definedjava.io.IOExceptionAnnotationProcessor scan(java.lang.String packageName) throws java.io.IOException
packageName - package namejava.io.IOExceptionAnnotationProcessor scanAll() throws java.io.IOException
java.io.IOExceptionvoid destroy()
Copyright © 2020. All Rights Reserved.