package xapi.annotation.gc; /** * Implement this to denote a reusable container, * for example, an Iterable that supplies a fresh iterator each time. * * @author James X. Nelson (james@wetheinter.net) * Created on 2/6/16. */ public interface Reusable { }