1 package org.catacomb.interlish.structure; 2 3 4 public interface Targetable { 5 6 7 void setTarget(Object obj); 8 9 }