Commit ff5107d1 authored by ascrutae's avatar ascrutae
Browse files

fix the spring mvc plugin occur exception when the application running with spring 3

parent a5b54402
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -111,4 +111,13 @@ public abstract class AbstractControllerInstrumentation extends ClassInstanceMet
    }

    protected abstract String[] getEnhanceAnnotations();

    @Override protected String[] witnessClasses() {
        /**
         * @see {@link org.springframework.web.servlet.tags.ArgumentTag}
         */
        return new String[]{
            "org.springframework.web.servlet.tags.ArgumentTag"
        };
    }
}