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

net.contextfw.web.application.SystemPropertyProvider Maven / Gradle / Ivy

package net.contextfw.web.application;

import java.util.Properties;

/**
 * The default property provider.
 *
 * 

* Returns properties from system properties *

*/ public class SystemPropertyProvider implements PropertyProvider { @Override public Properties get() { return System.getProperties(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy