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