Add missing @deprecated tag for AnnotationMetadataReadingVisitor

This commit is contained in:
Sam Brannen 2019-08-05 14:39:20 +02:00
parent c2f5dabeee
commit e6ab6c9fe9
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ import org.springframework.util.MultiValueMap;
* @author Phillip Webb
* @author Sam Brannen
* @since 2.5
* @deprecated As of Spring Framework 5.2, this class has been replaced by
* {@link SimpleAnnotationMetadataReadingVisitor} for internal use within the
* framework, but there is no public replacement for
* {@code AnnotationMetadataReadingVisitor}.
*/
@Deprecated
public class AnnotationMetadataReadingVisitor extends ClassMetadataReadingVisitor implements AnnotationMetadata {