1 package text;2 3 public interface SentenceClass extends javax.jmi.reflect.RefClass {4 public Sentence createSentence();5 }6