coldrye-archive / settings

Simple API that allows you to model your application settings using standard Java POJOs. Similar to Java Beans using annotations or Spring. Useful in situations where you do not want the extra overhead induced by the Spring framework.
Apache License 2.0
0 stars 0 forks source link

settings

settings is a simple API that allows you to model your application settings using standard Java POJOs. Very useful in cases where you want structured access to your settings and where you do not need the spring framework.

Usage

Maven

References