1 package org.catacomb.interlish.structure; 2 3 public interface Documented { 4 5 String getDoc(); 6 7 }