org.atmosphere.cpr
Class AnnotationHandler

java.lang.Object
  extended by org.atmosphere.cpr.AnnotationHandler

public class AnnotationHandler
extends Object

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

Method Summary
static void handleAnnotation(AtmosphereFramework framework, Class<? extends Annotation> annotation, Class<?> discoveredClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handleAnnotation

public static void handleAnnotation(AtmosphereFramework framework,
                                    Class<? extends Annotation> annotation,
                                    Class<?> discoveredClass)


Copyright © 2013. All Rights Reserved.