Commit c75d893e authored by ascrutae's avatar ascrutae
Browse files

fix trace annotation not work

parent 6f06b45c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ import static org.skywalking.apm.agent.core.plugin.match.MethodAnnotationMatch.b
public class TraceAnnotationActivation extends ClassInstanceMethodsEnhancePluginDefine {

    public static final String TRACE_ANNOTATION_METHOD_INTERCEPTOR = "org.skywalking.apm.toolkit.activation.trace.TraceAnnotationMethodInterceptor";
    public static final String TRACE_ANNOTATION = "org.skywalking.apm.toolkit.trace.annotation.Trace";
    public static final String TRACE_ANNOTATION = "org.skywalking.apm.toolkit.trace.Trace";

    @Override protected ConstructorInterceptPoint[] getConstructorsInterceptPoints() {
        return new ConstructorInterceptPoint[0];