com.palominolabs.config.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config-inject Show documentation
Show all versions of config-inject Show documentation
Configuration system using Guice and config-magic
The newest version!
/**
* A mixture of Guice and
* config-magic to make configuration a little easier.
*
* Use a {@code ConfigModuleBuilder} to define a stack of configuration sources, then include the resulting
* {@code ConfigModule} in your Guice Injector creation. This binds a ConfigurationObjectFactory, which you can use
* directly if you wish, but the common case would be to use {@code ConfigModule#bindConfigBean()} from other Guice
* Modules to bind your own configuration beans.
*/
package com.palominolabs.config;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy