com.suchtool.nicelog.annotation.NiceLogIgnore Maven / Gradle / Ivy
package com.suchtool.nicelog.annotation;
import java.lang.annotation.*;
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface NiceLogIgnore {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy