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