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