提交 e782a587 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #363 from ascrutae/zhangxin/fix/trace-issue

fix trace annotation not work
......@@ -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];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册