org.objectweb.celtix.tools.common.Processor Maven / Gradle / Ivy
The newest version!
package org.objectweb.celtix.tools.common;
public interface Processor {
void process() throws ToolException;
void setEnvironment(ProcessorEnvironment env);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy