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

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