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