OnPositive / aml

Java Tools for RAML and a bit more
Apache License 2.0
7 stars 4 forks source link

Support big decimal, big integer formats, add format facet support #5

Closed petrochenko-pavel-a closed 7 years ago

petrochenko-pavel-a commented 7 years ago

Currently numeric types are represented as ints and doubles in Java, however this is not always desirable.

Regards, Pavel