From 324c8e259ccd4c358ab36282783b540df7e2f9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Mac=C3=ADas?= Date: Sun, 27 Nov 2016 00:50:17 +0100 Subject: [PATCH] Added KAConf configuration reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f9610d..d347fd0 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that provide external configuration.* +- [KAConf](https://github.com/mariomac/kaconf) - KickAss Configuration. An annotation-based configuration system for Java and Kotlin * [config](https://github.com/typesafehub/config) - Configuration library for JVM languages. * [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties. * [ini4j](http://ini4j.sourceforge.net/) - Provides an API for handling Windows' INI files.