![JAR search and dependency download from the Maven repository](/logo.png)
ca.carleton.gcrc.couch.date.impl.SerializableToDot Maven / Gradle / Ivy
package ca.carleton.gcrc.couch.date.impl;
import java.io.PrintWriter;
public interface SerializableToDot {
void printDot(PrintWriter pw) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy