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