Interface MethodAttributeAppender

    • Method Detail

      • apply

        void apply​(org.objectweb.asm.MethodVisitor methodVisitor,
                   MethodDescription methodDescription,
                   AnnotationValueFilter annotationValueFilter)
        Applies this attribute appender to a given method visitor.
        Parameters:
        methodVisitor - The method visitor to which the attributes that are represented by this attribute appender are written to.
        methodDescription - The description of the method for which the given method visitor creates an instrumentation for.
        annotationValueFilter - The annotation value filter to apply when the annotations are written.