Module io.helidon.validation
Package io.helidon.validation
Annotation Interface Validation.Validated
- Enclosing class:
Validation
This type will contain validations on getters (or record components) that cannot be intercepted.
Such a type will have a generated validator that will be used by interceptors.
The generated type will be a TypeValidator
named with the fully qualified class name of the annotated type.