public abstract class DBAnnotationModuleBuilder extends Object implements ModuleBuilder
Module from an annotation class Class\<A extends
Annotation\>.| 限定符和类型 | 方法和说明 |
|---|---|
protected <A extends Annotation> |
getAnnotations(A[] annos,
Class<?> testClass,
Class<A> annoClass)
Return all marked
Annotations from the {@code Class\<\? |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildModuleprotected final Class<?> clazz
protected <A extends Annotation> A[] getAnnotations(A[] annos, Class<?> testClass, Class<A> annoClass)
Annotations from the Class\<\?\> testClass and its
superclasses.Copyright © 2016. All rights reserved.