be.bagofwords.web.StaticFolderConfiguration Maven / Gradle / Ivy
package be.bagofwords.web;
/**
* Created by koen on 10.07.15.
*/
public interface StaticFolderConfiguration {
String getStaticFolder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy