Annotation Interface DecimalDescriptor
Annotation indicating the precision and scale of a decimal field
-
Required Element Summary
Required Elements
-
Element Details
-
precision
int precisionThe associated precision of the decimal number- Returns:
- The associated precision of the decimal number
-
scale
int scaleThe associated scale of the decimal number- Returns:
- The associated scale of the decimal number
-