hal/src/zutil/Dumpable.java

14 lines
240 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
2010-08-13 22:27:55 +00:00
* MultiPrintStream.dump() then all the values in the object
2009-08-22 18:18:54 +00:00
* will be written out.
*
* @author Ziver
*
*/
public interface Dumpable {
}