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

pl.fhframework.validation.Required Maven / Gradle / Ivy

package pl.fhframework.validation;

public @interface Required {
    boolean value() default true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy