blob: 34f2efa1eb83cb3b3155bae941fc73b7ba9522e3 [file]
package org.apache.jcs.engine.behavior;
/**
* Interface to mark an object as zombie for error recovery purposes.
*
* @author asmuts
* @created January 15, 2002
*/
public interface IZombie
{
}