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

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

The newest version!
package io.paradoxical.dropwizard.swagger;

import io.dropwizard.setup.Environment;

import javax.annotation.Nullable;

public class AppSwaggerConfiguration extends EnvironmentSwaggerConfiguration {

    public AppSwaggerConfiguration() {
        this(null);
    }

    public AppSwaggerConfiguration(@Nullable final Environment environment) {
        super(environment, Environment::getApplicationContext);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy