类 MethodMetadataReadingVisitor

  • 所有已实现的接口:
    AnnotatedTypeMetadata, MethodMetadata

    @Deprecated
    public class MethodMetadataReadingVisitor
    extends MethodVisitor
    implements MethodMetadata
    已过时。
    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.
    从以下版本开始:
    3.0
    作者:
    Juergen Hoeller, Mark Pollack, Costin Leau, Chris Beams, Phillip Webb