com.kmwllc.lucille.LucilleAPIConfiguration Maven / Gradle / Ivy
The newest version!
package com.kmwllc.lucille;
import io.dropwizard.core.Configuration;
// Empty Custom Configuration Class for if we want to extend the Dropwizard Configuration moving forward
// https://www.dropwizard.io/en/stable/manual/configuration.html#man-configuration
public class LucilleAPIConfiguration extends Configuration { }