org.jboss.resteasy.util
Class AnnotationResolver

java.lang.Object
  extended by org.jboss.resteasy.util.AnnotationResolver

public class AnnotationResolver
extends java.lang.Object


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

Constructor Detail

AnnotationResolver

public AnnotationResolver()
Method Detail

getClassWithAnnotation

public static java.lang.Class getClassWithAnnotation(java.lang.Class<?> clazz,
                                                     java.lang.Class<? extends java.lang.annotation.Annotation> annotation)


Copyright © 2010. All Rights Reserved.