public interface Processor<T>
AtmosphereAnnotation must implement this interface in order to get invoked
when the AtmosphereFramework.init() executes. Classes implementing this interface will
have a chance to process annotated classes and take the appropriate action.| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
Class<T> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
void handle(AtmosphereFramework framework, Class<T> annotatedClass)
AnnotationHandler when an annotation is detected.framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2016. All rights reserved.