KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > text > SentenceClass


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