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

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 { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy