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 1/2] 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. From 7fd0a5769a30581ae68ab0022fa3be411dc6df8b Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 2 Dec 2016 13:22:23 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d347fd0..e16c8bc 100644 --- a/README.md +++ b/README.md @@ -194,7 +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 +- [KAConf](https://github.com/mariomac/kaconf) - 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.