Class testContextAnnotationUtils.UntypedAnnotationDescriptor

java.lang.Object
org.springframework.test.context.testContextAnnotationUtils.AnnotationDescriptor<Annotation>
org.springframework.test.context.testContextAnnotationUtils.UntypedAnnotationDescriptor
Enclosing class:
testContextAnnotationUtils

public static class testContextAnnotationUtils.UntypedAnnotationDescriptor extends testContextAnnotationUtils.AnnotationDescriptor<Annotation>
Untyped extension of testContextAnnotationUtils.AnnotationDescriptor that is used to describe the declaration of one of several candidate annotation types where the actual annotation type cannot be predetermined.
Since:
5.3
Author:
Sam Brannen