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