See: Description
Interface | Description |
---|---|
ConstraintValidator<A extends java.lang.annotation.Annotation> |
Interface that
Constraint annotations must implement to perform validation logic. |
Class | Description |
---|---|
ConstraintValidators |
Utility class to locate an appropriate
ConstraintValidator implementation for an annotation. |
Annotation Type | Description |
---|---|
Constraint |
Meta annotation to mark an annotation as a validation constraint.
|