Add missing @deprecated tag for AnnotationMetadataReadingVisitor
This commit is contained in:
@@ -48,6 +48,10 @@ import org.springframework.util.MultiValueMap;
|
|||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @author Sam Brannen
|
* @author Sam Brannen
|
||||||
* @since 2.5
|
* @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
|
@Deprecated
|
||||||
public class AnnotationMetadataReadingVisitor extends ClassMetadataReadingVisitor implements AnnotationMetadata {
|
public class AnnotationMetadataReadingVisitor extends ClassMetadataReadingVisitor implements AnnotationMetadata {
|
||||||
|
|||||||
Reference in New Issue
Block a user