Uses of Class
org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
Packages that use MetaAnnotationUtils.AnnotationDescriptor Package Description org.springframework.test.util General utility classes for use in unit and integration tests.Uses of MetaAnnotationUtils.AnnotationDescriptor in org.springframework.test.util
Subclasses of MetaAnnotationUtils.AnnotationDescriptor in org.springframework.test.util Modifier and Type Class Description 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.Methods in org.springframework.test.util that return MetaAnnotationUtils.AnnotationDescriptor Modifier and Type Method Description 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.