@JsonbAnnotation @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,FIELD,METHOD,TYPE,PARAMETER,PACKAGE}) public @interface JsonbNumberFormat
Annotation provides way how to set custom number format to field or JavaBean property.
The pattern format is specified in DecimalFormat
Usage
The @JsonbNumberFormat annotation can be used with the following program elements:
| Modifier and Type | Fields and Description | 
|---|---|
| static java.lang.String | DEFAULT_LOCALEValue that indicates that default  Locale. |