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

com.outbrain.swinfra.config.provider.ConfigurationProviderFactory Maven / Gradle / Ivy

The newest version!
package com.outbrain.swinfra.config.provider;

/**
 * An instance of this class will be used to create a {@link ConfigurationProvider}.
 *
 * @author Eran Harel
 */
public interface ConfigurationProviderFactory {
  public ConfigurationProvider create();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy