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

liquibase.SupportsMethodValidationLevelsEnum Maven / Gradle / Ivy

The newest version!
package liquibase;

/**
 * Enum to control the level of validation to check if a change's supports method is properly implemented.
 */
public enum SupportsMethodValidationLevelsEnum {
        OFF,
        WARN,
        FAIL
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy