package jetbrains.mps.tool.environment; /*Generated by MPS */ /** * intended to count references to the instance of the interface */ public interface Retainable { /** * use it to increase the counter */ void retain(); /** * use it to decrease the counter */ void release(); }