public class VoidAnnotationProcessor extends java.lang.Object implements AnnotationProcessor
AnnotationProcessor that does nothing.| Constructor and Description |
|---|
VoidAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AtmosphereConfig config)
Configure an AtmosphereFramework object.
|
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.
|
public AnnotationProcessor scan(java.io.File rootDir)
AnnotationProcessorFile looking for classes annotated with Atmosphere's Service annotation.scan in interface AnnotationProcessorrootDir - a directory where annotation can possibly be definedpublic AnnotationProcessor scan(java.lang.String packageName)
AnnotationProcessorscan in interface AnnotationProcessorpackageName - package namepublic AnnotationProcessor scanAll()
AnnotationProcessorscanAll in interface AnnotationProcessorpublic void destroy()
AnnotationProcessordestroy in interface AnnotationProcessorpublic void configure(AtmosphereConfig config)
AtmosphereConfigAwareconfigure in interface AtmosphereConfigAwareconfig - AtmosphereConfigCopyright © 2024. All Rights Reserved.