Package org.atmosphere.annotation
Class AtmosphereServiceProcessor
java.lang.Object
org.atmosphere.annotation.AtmosphereServiceProcessor
@AtmosphereAnnotation(AtmosphereService.class)
public class AtmosphereServiceProcessor
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
-
AtmosphereServiceProcessor
public AtmosphereServiceProcessor()
-
-
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.
-