io.avaje.validation.groups.Default Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avaje-validator Show documentation
Show all versions of avaje-validator Show documentation
validator for annotated pojos using constraint annotations and source code generation
package io.avaje.validation.groups;
/**
* Default 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.
*/
public interface Default {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy