![JAR search and dependency download from the Maven repository](/logo.png)
org.dominokit.domino.apt.commons.JavaSourceWriter Maven / Gradle / Ivy
package org.dominokit.domino.apt.commons;
import java.io.IOException;
public abstract class JavaSourceWriter {
protected final ProcessorElement processorElement;
public JavaSourceWriter(ProcessorElement processorElement) {
this.processorElement = processorElement;
}
public abstract String write() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy