org.javalid.annotations.validation
Annotation Type MaxLengths


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

Allows you to specify multiple MaxLength annotation checks.

Since:
1.1
Version:
1.0
Author:
M.Reuvers

Required Element Summary
 MaxLength[] values
          Multiple maxlength values.
 

Element Detail

values

public abstract MaxLength[] values
Multiple maxlength values.