javax.validation.groups.Default Maven / Gradle / Ivy
/*
* Bean Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or .
*/
package javax.validation.groups;
/**
* Default Bean Validation group.
*
* Unless a list of groups is explicitly defined:
*
* - constraints belong to the {@code Default} group
* - validation applies to the {@code Default} group
*
* Most structural constraints should belong to the default group.
*
* @author Emmanuel Bernard
*/
public interface Default {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy