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

software.reinvent.commons.config.CachedConfigProvider Maven / Gradle / Ivy

The newest version!
package software.reinvent.commons.config;

import com.google.inject.Provider;

/**
 * Created on 11.01.2017.
 *
 * @author Leonard Daume
 */
public class CachedConfigProvider implements Provider {
    @Override
    public CachedConfig get() {
        return ConfigLoader.loadCached();
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy