org.javalid.annotations.validation
Annotation Type MinLengths


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

Allows you to specify multiple MinLength annotation checks.

Since:
1.1
Version:
1.0
Author:
M.Reuvers

Required Element Summary
 MinLength[] values
          Multiple minlength values.
 

Element Detail

values

public abstract MinLength[] values
Multiple minlength values.