@Documented
@Retention(value=RUNTIME)
@ValidatorClass(value=ValidsValidator.class)
public @interface Valids
Indicates that all items must be valid. This annotation applies to
collections arrays and map values.
Note that this constraint will not report which items are invalid.
- Since:
- 5.1