Package org.atmosphere.cpr
Class AnnotationHandler
java.lang.Object
org.atmosphere.cpr.AnnotationHandler
A class that handles the results of an annotation scan. This class contains the logic that maps
an annotation type to the corresponding framework setup.
- Author:
- Stuart Douglas, Jeanfrancois Arcand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()flushCoreAnnotations(Set<Class<?>> classes) handleAnnotation(AtmosphereFramework framework, Class<? extends Annotation> annotation, Class<?> discoveredClass) Class[]handleProcessor(Class<?> clazz)
-
Constructor Details
-
AnnotationHandler
public AnnotationHandler()
-
-
Method Details
-
flushCoreAnnotations
-
handleProcessor
-
handledClass
-
handleAnnotation
public AnnotationHandler handleAnnotation(AtmosphereFramework framework, Class<? extends Annotation> annotation, Class<?> discoveredClass) -
destroy
public void destroy()
-