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