All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.carleton.gcrc.couch.date.impl.SerializableToDot Maven / Gradle / Ivy

There is a newer version: 2.2.7
Show newest version
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