All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.palominolabs.config.package-info Maven / Gradle / Ivy

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