DRAFT

javax.validation.constraints
Annotation Type Digits.List


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

Defines several @Digits annotations on the same element

Author:
Emmanuel Bernard
See Also:
Digits}

Required Element Summary
 Digits[] value
           
 

Element Detail

value

public abstract Digits[] value

DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.