org.atmosphere.cpr
Interface AnnotationProcessor

All Known Implementing Classes:
DefaultAnnotationProcessor

public interface AnnotationProcessor

An annotation processor for configuring the AtmosphereFramework

Author:
Jeanfrancois Arcand

Method Summary
 AnnotationProcessor configure(AtmosphereFramework framework)
          Configure this class with an instance of AtmosphereFramework
 AnnotationProcessor scan(File rootDir)
          Scan the File looking for classe annotated with Atmosphere's Service annotation.
 

Method Detail

configure

AnnotationProcessor configure(AtmosphereFramework framework)
Configure this class with an instance of AtmosphereFramework

Parameters:
framework -
Returns:
this

scan

AnnotationProcessor scan(File rootDir)
                         throws IOException
Scan the File looking for classe annotated with Atmosphere's Service annotation.

Parameters:
rootDir -
Returns:
this
Throws:
IOException


Copyright © 2013. All Rights Reserved.