public interface ConstraintDefinitionTarget
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
constraintDefinition(Class<A> annotationType)
Selects the constraint (i.e.
|
<A extends Annotation> ConstraintDefinitionContext<A> constraintDefinition(Class<A> annotationType)
A - The annotation type to select.annotationType - The annotation type to select. This type must be an @interface annotated with
javax.validation.Constraint.Copyright © 2018 JBoss by Red Hat. All rights reserved.