io.dropwizard.bundles.assets.AssetsBundleConfiguration Maven / Gradle / Ivy
package io.dropwizard.bundles.assets;
public interface AssetsBundleConfiguration {
/**
* Get the configuration for how the assets should be served.
*
* @return The configuration.
*/
AssetsConfiguration getAssetsConfiguration();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy