![JAR search and dependency download from the Maven repository](/logo.png)
plus.jdk.ananotaions.Validated Maven / Gradle / Ivy
package plus.jdk.ananotaions;
import java.lang.annotation.*;
@Inherited
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface Validated {
boolean validate() default true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy