fix trace annotation not work

This commit is contained in:
ascrutae 2017-08-19 17:11:41 +08:00
parent 6f06b45c62
commit c75d893ea2
1 changed files with 1 additions and 1 deletions

View File

@ -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];