com.github.dekobon.config.StandardConfigContext Maven / Gradle / Ivy
package com.github.dekobon.config;
/**
* Configuration context that is entirely driven by in-memory parameters.
*
* @author Elijah Zupancic
*/
public class StandardConfigContext extends BaseChainedConfigContext {
/**
* Creates a new {@link ConfigContext} implementation that allows for
* programmatic configuration.
*/
public StandardConfigContext() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy