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