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

toothpick.configuration.ConfigurationHolder Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package toothpick.configuration;

/**
 * Holds the configuration that will be used across the library.
 */
public class ConfigurationHolder {
  public static Configuration configuration = new Configuration();

  private ConfigurationHolder() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy