javax.validation.constraints
Annotation Type DecimalMin.List


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

Defines several @DecimalMin annotations on the same element

Author:
Emmanuel Bernard
See Also:
DecimalMin}

Required Element Summary
 DecimalMin[] value
           
 

Element Detail

value

public abstract DecimalMin[] value


Copyright © 2007-2009. All Rights Reserved.