@Deprecated @Documented @Retention(value=RUNTIME) @Target(value=FIELD) @Constraint(validatedBy=StellaLengthValidator.class) public @interface Length
public abstract long max
public abstract long min
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2013 Caelum. All Rights Reserved.