/** * */ package jframe.ext.msg.pool; /** * @author dzh * @date Apr 8, 2014 5:06:09 PM * @since 1.0 */ public interface Reusable { void reuse(); }