| Persistentable.java |
/* JFox, the OpenSource J2EE Application Server
*
* Copyright (C) 2002 huihoo.com
* Distributable under GNU LGPL license
* See the GNU Lesser General Public License for more details.
*/
package org.huihoo.jfox.system;
import java.io.Serializable;
/**
* 可以被序列化到硬盘的组件和服务
* @author <a href="mailto:young_yy@hotmail.com">Young Yang</a>
*/
public interface Persistentable extends Serializable {
}