io.github.hylexus.jt.annotation.DebugOnly Maven / Gradle / Ivy
package io.github.hylexus.jt.annotation;
import java.lang.annotation.*;
/**
* @author hylexus
*/
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DebugOnly {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy