state-machine-systems / envy

Super simple configuration for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add parsers for more classes in java.util (and beyond)

johnwright opened this issue · comments

Examples:

  • Locale
  • Currency
  • Date, Calendar, TimeZone (though these are a pain, and dead in Java 8)

There doesn't seem to be any need for these examples in practice.