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

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

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

import java.util.Map;

/**
 * Implement this API to be able to provide configuration properties to our projects ;)
 *
 * @author Eran Harel
 */
public interface ConfigurationProvider {
  public Map getConfiguration();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy