net.sf.aguacate.swagger.configuration.SwaggerConfigurationCoupling Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aguacate-servlet-swagger Show documentation
Show all versions of aguacate-servlet-swagger Show documentation
Aguacate Servlet Swagger Project
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