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

io.avaje.validation.groups.Default Maven / Gradle / Ivy

Go to download

validator for annotated pojos using constraint annotations and source code generation

There is a newer version: 2.4
Show newest version
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