类 Util.AnnotationFieldFinder<T extends Annotation>
- java.lang.Object
-
- cn.dustlight.captcha.Util.AnnotationFieldFinder<T>
-
- 封闭类:
- Util
public static class Util.AnnotationFieldFinder<T extends Annotation> extends Object
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 protected Vector<Util.AnnotationField<T>>doProcess(Class<?> clazz)Vector<Util.AnnotationField<T>>find(Class<?> clazz)static <T extends Annotation>
Util.AnnotationFieldFinder<T>get(Class<T> annotationClazz)
-
-
-
方法详细资料
-
get
public static <T extends Annotation> Util.AnnotationFieldFinder<T> get(Class<T> annotationClazz)
-
find
public Vector<Util.AnnotationField<T>> find(Class<?> clazz)
-
doProcess
protected Vector<Util.AnnotationField<T>> doProcess(Class<?> clazz)
-
-