add link to tscfg java wrapper (yes, java)

tscfg is a command line tool (written in Scala) that takes a configuration specification parseable by Typesafe Config and generates all the Java boiler-plate to make the definitions available in type safe POJOs.

Current v0.1.4 is already pretty usable but can be improved in several ways.
This commit is contained in:
Carlos Rueda 2016-01-24 15:38:24 -08:00
parent ba5e0da694
commit d95727b4ab

View File

@ -825,6 +825,10 @@ format.
#### Guice integration
* Typesafe Config Guice https://github.com/racc/typesafeconfig-guice
#### Java (yep!) wrappers for the Java library
* tscfg https://github.com/carueda/tscfg
#### Scala wrappers for the Java library
* Ficus https://github.com/ceedubs/ficus