1 package org.catacomb.interlish.structure; 2 3 4 public interface Resolvable { 5 6 // NOTE - not really "able" - probably an error not to do this if can 7 void resolve(); 8 9 }