hal/src/zutil/Dumpable.java

14 lines
238 B
Java
Raw Normal View History

2009-08-22 18:18:54 +00:00
package zutil;
/**
* If an class implements this interface and runs it through
* MultiPrintStream.dump then all the values in the object
* will be written out.
*
* @author Ziver
*
*/
public interface Dumpable {
}