net.sf.aguacate.swagger.configuration.SwaggerConfiguration 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;
public interface SwaggerConfiguration {
String getConfiguration(String name);
}