![JAR search and dependency download from the Maven repository](/logo.png)
org.rx.annotation.EnableTrace Maven / Gradle / Ivy
package org.rx.annotation;
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
@Target({TYPE, CONSTRUCTOR, METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface EnableTrace {
boolean doLog() default true;
boolean doValidate() default false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy