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

com.nefariouszhen.dropwizard.assets.AssetsBundleConfiguration Maven / Gradle / Ivy

package com.nefariouszhen.dropwizard.assets;

public interface AssetsBundleConfiguration {
    /**
     * Get the configuration for how the assets should be served.
     *
     * @return The configuration.
     */
    AssetsConfiguration getAssetsConfiguration();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy