Package org.atmosphere.annotation
Class BroadcasterCacheInspectorServiceProcessor
java.lang.Object
org.atmosphere.annotation.BroadcasterCacheInspectorServiceProcessor
- All Implemented Interfaces:
Processor<BroadcasterCacheInspector>
@AtmosphereAnnotation(BroadcasterCacheInspectorService.class)
public class BroadcasterCacheInspectorServiceProcessor
extends Object
implements Processor<BroadcasterCacheInspector>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<BroadcasterCacheInspector> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
BroadcasterCacheInspectorServiceProcessor
public BroadcasterCacheInspectorServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<BroadcasterCacheInspector>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-