Module io.helidon.validation
Package io.helidon.validation
Annotation Interface Validation.Constraint
- Enclosing class:
Validation
@Documented
@Target(ANNOTATION_TYPE)
@Retention(CLASS)
@Intercepted
public static @interface Validation.Constraint
Definition of a constraint.
A validator is discovered from the service registry - the first instance that has
ConstraintValidator contract, and is named as the
fully qualified name of the constraint annotation.