| Package | Description | 
|---|---|
| org.springframework.test.util | 
 General utility classes for use in unit and integration tests. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MetaAnnotationUtils.UntypedAnnotationDescriptor
Deprecated.  
Untyped extension of  
MetaAnnotationUtils.AnnotationDescriptor that is used
 to describe the declaration of one of several candidate annotation types
 where the actual annotation type cannot be predetermined. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Annotation> | 
MetaAnnotationUtils.findAnnotationDescriptor(Class<?> clazz,
                        Class<T> annotationType)
Deprecated.  
Find the  
MetaAnnotationUtils.AnnotationDescriptor for the supplied annotationType
 on the supplied Class, traversing its annotations, interfaces, and
 superclasses if no annotation can be found on the given class itself. |