Class MethodMetadataReadingVisitor

  • All Implemented Interfaces:
    AnnotatedTypeMetadata, MethodMetadata

    @Deprecated
    public class MethodMetadataReadingVisitor
    extends MethodVisitor
    implements MethodMetadata
    Deprecated.
    As of Spring Framework 5.2, this class and related classes in this package have been replaced by SimpleAnnotationMetadataReadingVisitor and related classes for internal use within the framework.
    ASM method visitor which looks for the annotations defined on a method, exposing them through the MethodMetadata interface.
    Since:
    3.0
    Author:
    Juergen Hoeller, Mark Pollack, Costin Leau, Chris Beams, Phillip Webb