1 package org.catacomb.interlish.structure; 2 3 4 public interface Closable { 5 6 7 void close(); 8 9 }