org.objectweb.celtix.tools.common.Generator Maven / Gradle / Ivy
The newest version!
package org.objectweb.celtix.tools.common;
import org.objectweb.celtix.configuration.CommandlineConfiguration;
/**
* Interface for code generators used by the tools
*
* @author codea
*/
public interface Generator {
void setConfiguration(CommandlineConfiguration config);
void generate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy