@AtmosphereAnnotation(value=AtmosphereHandlerService.class) public class AtmosphereHandlerServiceProcessor extends java.lang.Object implements Processor<AtmosphereHandler>
| Constructor and Description |
|---|
AtmosphereHandlerServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
java.lang.Class<AtmosphereHandler> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
public void handle(AtmosphereFramework framework, java.lang.Class<AtmosphereHandler> annotatedClass)
ProcessorAnnotationHandler when an annotation is detected.handle in interface Processor<AtmosphereHandler>framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2018. All Rights Reserved.