javax.validation.constraints
Annotation Type Size.List


@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public static @interface Size.List

Defines several @Size annotations on the same element

See Also:
Size

Required Element Summary
 Size[] value
           
 

Element Detail

value

public abstract Size[] value