com.webcohesion.enunciate.module.WebInfAwareModule Maven / Gradle / Ivy
package com.webcohesion.enunciate.module;
import java.io.File;
/**
* @author Ryan Heaton
*/
public interface WebInfAwareModule {
void setWebInfDir(File webInfDir);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy