org.compass.core.util
Class AnnotationUtils
java.lang.Object
org.compass.core.util.AnnotationUtils
public abstract class AnnotationUtils
- extends Object
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
findAnnotatedMethod
public static Method findAnnotatedMethod(Class<? extends Annotation> annotationType,
Class<?> clazz)
findAnnotatedField
public static Field findAnnotatedField(Class<? extends Annotation> annotationType,
Class<?> clazz)
Copyright (c) 2004-2009 The Compass Project.