io.github.qsy7.logging.annotation.NonLoggable Maven / Gradle / Ivy
The newest version!
package io.github.qsy7.logging.annotation;
import java.lang.annotation.*;
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface NonLoggable {}