org.apache.openejb.util
Class AnnotationUtil

java.lang.Object
  extended by org.apache.openejb.util.AnnotationUtil

public final class AnnotationUtil
extends Object


Method Summary
static
<T extends Annotation>
T
getAnnotation(Class<T> a, Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnnotation

public static <T extends Annotation> T getAnnotation(Class<T> a,
                                                     Class<?> clazz)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.