@Documented
@MergeElements
@Retention(value=RUNTIME)
@ValidatorClass(value=ValidValidator.class)
public @interface Valid
Indicates that the element must be valid using a validation engine and its
invalid elements will be included in the validation result.
This constraint also applies to Lists and Arrays but can lead to a overhead
in case of many items because of the invalid elements inclusion.
- Since:
- 5.1