@AtmosphereAnnotation(value=ManagedService.class) public class ManagedServiceProcessor extends Object implements Processor<Object>
| Constructor and Description |
|---|
ManagedServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
Class<Object> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
public void handle(AtmosphereFramework framework, Class<Object> annotatedClass)
ProcessorAnnotationHandler when an annotation is detected.handle in interface Processor<Object>framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2016. All rights reserved.