org.javalid.annotations.validation
Annotation Type ExactLengths


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

Allows you to specify multiple ExactLength annotation checks.

Since:
1.2
Version:
1.0
Author:
M.Reuvers

Required Element Summary
 ExactLength[] values
          Multiple exactlength values
 

Element Detail

values

public abstract ExactLength[] values
Multiple exactlength values