public class DefaultAnnotationProcessor extends java.lang.Object implements AnnotationProcessor
AnnotationProcessor based on | Modifier and Type | Field and Description |
|---|---|
protected eu.infomas.annotation.AnnotationDetector |
detector |
| Constructor and Description |
|---|
DefaultAnnotationProcessor() |
| 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. |
public AnnotationProcessor configure(AtmosphereFramework framework)
AnnotationProcessorAtmosphereFrameworkconfigure in interface AnnotationProcessorpublic AnnotationProcessor scan(java.io.File rootDir) throws java.io.IOException
AnnotationProcessorFile looking for classe annotated with Atmosphere's Service annotation.scan in interface AnnotationProcessorjava.io.IOExceptionpublic AnnotationProcessor scan(java.lang.String packageName) throws java.io.IOException
AnnotationProcessorFile looking for classes annotated with Atmosphere's Service annotation.scan in interface AnnotationProcessorjava.io.IOExceptionCopyright © 2018. All Rights Reserved.