org.atmosphere.cpr
Class DefaultAnnotationProcessor
java.lang.Object
org.atmosphere.cpr.DefaultAnnotationProcessor
- All Implemented Interfaces:
- AnnotationProcessor
public class DefaultAnnotationProcessor
- extends Object
- implements AnnotationProcessor
An AnnotationProcessor based on
TODO: This class needs to refactored.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
framework
protected AtmosphereFramework framework
DefaultAnnotationProcessor
public DefaultAnnotationProcessor()
configure
public AnnotationProcessor configure(AtmosphereFramework framework)
- Description copied from interface:
AnnotationProcessor
- Configure this class with an instance of
AtmosphereFramework
- Specified by:
configure in interface AnnotationProcessor
- Returns:
- this
scan
public AnnotationProcessor scan(File rootDir)
throws IOException
- Description copied from interface:
AnnotationProcessor
- Scan the
File looking for classe annotated with Atmosphere's Service annotation.
- Specified by:
scan in interface AnnotationProcessor
- Returns:
- this
- Throws:
IOException
Copyright © 2012. All Rights Reserved.