net.contextfw.web.application.PropertyProvider Maven / Gradle / Ivy
package net.contextfw.web.application;
import java.util.Properties;
/**
* This interface defines where system properties are read.
*
* @see net.contextfw.web.application.configuration.Configuration#PROPERTY_PROVIDER
*/
public interface PropertyProvider {
Properties get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy