org.chobit.spring.autoconfigure.trace.TraceClew Maven / Gradle / Ivy
The newest version!
package org.chobit.spring.autoconfigure.trace;
import java.lang.annotation.*;
/**
* TraceClew 注解
*
* 用于填充traceId
*
* @author robin
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface TraceClew {
}