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

cn.lastwhisper.trace.processor.annotation.EnableTrace Maven / Gradle / Ivy

The newest version!
package cn.lastwhisper.trace.processor.annotation;

import java.lang.annotation.*;

/**
 * apt扫描注解
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface EnableTrace {
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy