From d95727b4abc7bf6d0b9bdec3716018f3a14a7382 Mon Sep 17 00:00:00 2001 From: Carlos Rueda Date: Sun, 24 Jan 2016 15:38:24 -0800 Subject: [PATCH] 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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57b06cfd..94c0a3ab 100644 --- a/README.md +++ b/README.md @@ -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