类的使用
org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
使用MetaAnnotationUtils.AnnotationDescriptor的程序包 程序包 说明 org.springframework.test.util General utility classes for use in unit and integration tests.org.springframework.test.util中MetaAnnotationUtils.AnnotationDescriptor的使用
org.springframework.test.util中MetaAnnotationUtils.AnnotationDescriptor的子类 修饰符和类型 类 说明 static classMetaAnnotationUtils.UntypedAnnotationDescriptorUntyped extension ofAnnotationDescriptorthat is used to describe the declaration of one of several candidate annotation types where the actual annotation type cannot be predetermined.返回MetaAnnotationUtils.AnnotationDescriptor的org.springframework.test.util中的方法 修饰符和类型 方法 说明 static <T extends Annotation>
MetaAnnotationUtils.AnnotationDescriptor<T>MetaAnnotationUtils. findAnnotationDescriptor(Class<?> clazz, Class<T> annotationType)Find theMetaAnnotationUtils.AnnotationDescriptorfor the suppliedannotationTypeon the suppliedClass, traversing its annotations, interfaces, and superclasses if no annotation can be found on the given class itself.