
org.skife.config.ConfigSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config-magic Show documentation
Show all versions of config-magic Show documentation
A configuration object convenience library.
The newest version!
package org.skife.config;
public interface ConfigSource
{
String getString(String propertyName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy