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

net.sf.aguacate.swagger.configuration.SwaggerConfigurationCoupling Maven / Gradle / Ivy

There is a newer version: 0.1.15
Show newest version
package net.sf.aguacate.swagger.configuration;

import net.sf.aguacate.swagger.configuration.spi.SwaggerConfigurationSpi;

public class SwaggerConfigurationCoupling {

	private static final SwaggerConfiguration CONFIGURATION;

	static {
		CONFIGURATION = new SwaggerConfigurationSpi();
	}

	public static String getConfiguration(String name) {
		return CONFIGURATION.getConfiguration(name);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy