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

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 {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy