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

org.droitateddb.validation.ValidationToggle Maven / Gradle / Ivy

package org.droitateddb.validation;

/**
 * Allows to toggle the use of the validation feature in the {@link org.droitateddb.EntityService}
 *
 * @author Falk Appel
 * @author Alexander Frank
 */
public enum ValidationToggle {
    ON, OFF;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy