Annotation Interface Validation.Validated

Enclosing class:
Validation

@Documented @Target(TYPE) public static @interface Validation.Validated
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.