public class VoidAnnotationProcessor extends Object implements AnnotationProcessor
AnnotationProcessor that does nothing.| Constructor and Description |
|---|
VoidAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationProcessor |
configure(AtmosphereFramework framework)
Configure this class with an instance of
AtmosphereFramework |
void |
destroy()
Destroy all resources associated with this object.
|
AnnotationProcessor |
scan(File rootDir)
Scan the
File looking for classes annotated with Atmosphere's Service annotation. |
AnnotationProcessor |
scan(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.
|
public AnnotationProcessor configure(AtmosphereFramework framework)
AnnotationProcessorAtmosphereFrameworkconfigure in interface AnnotationProcessorframework - the AtmosphereFrameworkpublic AnnotationProcessor scan(File rootDir) throws IOException
AnnotationProcessorFile looking for classes annotated with Atmosphere's Service annotation.scan in interface AnnotationProcessorrootDir - a directory where annotation can possibly be definedIOExceptionpublic AnnotationProcessor scan(String packageName) throws IOException
AnnotationProcessorscan in interface AnnotationProcessorpackageName - package nameIOExceptionpublic AnnotationProcessor scanAll() throws IOException
AnnotationProcessorscanAll in interface AnnotationProcessorIOExceptionpublic void destroy()
AnnotationProcessordestroy in interface AnnotationProcessorCopyright © 2016. All Rights Reserved.