@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface EachConstraint
CommonEachValidator.
It's used to specify the actual constraint annotation which validator
should be used to validate the target.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Annotation> |
validateAs
Class of the actual constraint annotation.
|
public abstract Class<? extends Annotation> validateAs
Copyright © 2013–2017. All rights reserved.