org.javalid.annotations.validation
Annotation Type ValidateLists


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface ValidateLists

Allows you to specify multiple ValidateList annotation checks.

Since:
1.1
Version:
1.0
Author:
M.Reuvers

Required Element Summary
 ValidateList[] values
          Multiple ValidateList values.
 

Element Detail

values

public abstract ValidateList[] values
Multiple ValidateList values.