org.loom.util
Class AnnotationUtils

java.lang.Object
  extended by org.loom.util.AnnotationUtils

public class AnnotationUtils
extends java.lang.Object


Constructor Summary
AnnotationUtils()
           
 
Method Summary
static boolean contains(java.lang.annotation.Annotation[] annotations, java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationUtils

public AnnotationUtils()
Method Detail

contains

public static boolean contains(java.lang.annotation.Annotation[] annotations,
                               java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)