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

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