Annotation Type ValidateAs
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface ValidateAs
Indicates which Bean Validation constraint should be used when the conditional constraint is enabled
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Annotation>
value
BeanValidation annotation/constraint class to use
-
-
-
Element Detail
-
value
Class<? extends Annotation> value
BeanValidation annotation/constraint class to use
-
-