|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy={}) public @interface DecimalMin
The annotated element must be a number whose value must be higher or equal to the specificed minimum.
Supported types are:BigDecimal
BigInteger
String
byte
, short
, int
, long
,
and their respective wrappersdouble
and float
are not supported due to rounding errors
(some providers might provide some approximative support)
null
elements are considered valid
Required Element Summary | |
---|---|
java.lang.String |
value
The String representation of the min value according to the
BigDecimal string representation |
Optional Element Summary | |
---|---|
java.lang.Class<?>[] |
groups
|
java.lang.String |
message
|
java.lang.Class<? extends Payload>[] |
payload
|
Element Detail |
---|
public abstract java.lang.String value
String
representation of the min value according to the
BigDecimal
string representation
public abstract java.lang.String message
public abstract java.lang.Class<?>[] groups
public abstract java.lang.Class<? extends Payload>[] payload
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41