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

io.paradoxical.dropwizard.swagger.AppSwaggerConfiguration Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
package io.paradoxical.dropwizard.swagger;

import io.dropwizard.setup.Environment;

public class AppSwaggerConfiguration extends EnvironmentSwaggerConfiguration {

    protected AppSwaggerConfiguration(
        final Environment environment) {
        super(environment, Environment::getApplicationContext);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy