Package io.avaje.validation.constraints
Annotation Interface Valid
Marks a type for validation adapter generation
Additionally Marks a property, method parameter or method return type for validation cascading.
Constraints defined on the object and its properties are validated when the property, method parameter or method return type is validated.
This behavior is applied recursively.