All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.chobit.spring.trace.TraceClew Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package org.chobit.spring.trace;

import java.lang.annotation.*;

/**
 * TraceClew 注解
 * 

* 用于填充traceId * * @author robin */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited public @interface TraceClew { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy