Package org.atmosphere.annotation
Class ManagedServiceProcessor
- java.lang.Object
-
- org.atmosphere.annotation.ManagedServiceProcessor
-
- All Implemented Interfaces:
Processor<java.lang.Object>
@AtmosphereAnnotation(ManagedService.class) public class ManagedServiceProcessor extends java.lang.Object implements Processor<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description ManagedServiceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(AtmosphereFramework framework, java.lang.Class<java.lang.Object> annotatedClass)Invoked by theAnnotationHandlerwhen an annotation is detected.
-
-
-
Method Detail
-
handle
public void handle(AtmosphereFramework framework, java.lang.Class<java.lang.Object> annotatedClass)
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<java.lang.Object>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-
-