org.resteasy.util
Class FindAnnotation

java.lang.Object
  extended by org.resteasy.util.FindAnnotation

public class FindAnnotation
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
FindAnnotation()
           
 
Method Summary
static
<T> T
findAnnotation(java.lang.annotation.Annotation[] searchList, java.lang.Class<T> annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindAnnotation

public FindAnnotation()
Method Detail

findAnnotation

public static <T> T findAnnotation(java.lang.annotation.Annotation[] searchList,
                                   java.lang.Class<T> annotation)


Copyright © 2008. All Rights Reserved.