I want to use google guice to make properties available in all classes of my application. I defined a Module which loads and binds the properties file Test.properties.<
Library "Governator" provide a configuration mapping feature for guice injection. The approach is different, but load from properties files is available.