|
|
|
@ -33,6 +33,9 @@ import org.springframework.util.ObjectUtils;
@@ -33,6 +33,9 @@ import org.springframework.util.ObjectUtils;
|
|
|
|
|
* @author Chris Beams |
|
|
|
|
* @author Juergen Hoeller |
|
|
|
|
* @since 3.1.1 |
|
|
|
|
* @deprecated As of Spring Framework 5.2, this class and related classes in this |
|
|
|
|
* package have been replaced by {@link SimpleAnnotationMetadataReadingVisitor} |
|
|
|
|
* and related classes for internal use within the framework. |
|
|
|
|
*/ |
|
|
|
|
@Deprecated |
|
|
|
|
class RecursiveAnnotationArrayVisitor extends AbstractRecursiveAnnotationVisitor { |
|
|
|
|