@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy={}) public @interface Size
String
(string length is evaludated)Collection
(collection size is evaluated)Map
(map size is evaluated)null
elements are considered valid.public abstract String message
public abstract Class<?>[] groups
public abstract int min
public abstract int max
Copyright © 2018 JBoss by Red Hat. All rights reserved.