top.fullj.chase.annotation.DebugLog Maven / Gradle / Ivy
package top.fullj.chase.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.METHOD,
ElementType.CONSTRUCTOR,
ElementType.TYPE})
@Retention(RetentionPolicy.CLASS)
public @interface DebugLog {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy