toothpick.configuration.ConfigurationHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toothpick-runtime Show documentation
Show all versions of toothpick-runtime Show documentation
'Main Toothpick implementation'
package toothpick.configuration;
/**
* Holds the configuration that will be used across the library.
*/
public class ConfigurationHolder {
public static Configuration configuration = new Configuration();
private ConfigurationHolder() {
}
}