Property Binder 2.0-rc1 released

Property Binder is my Java library for providing typed access to entries in properties files. It offers such access by allowing a programmer to provide it a Java interface whose methods represent the keys of the properties file. The methods can be annotated to indicate what property the method represents, what default value(s) it should assume if the property is not present, and what pattern separates the individual values of multi-valued properties.

Changes for release 2.0 are here. I'd love to hear your constructive feedback!

Written on August 2, 2010