KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > sample > more > IRemoveFirstLetter


1 package sample.more;
2
3 /**
4  * Test to check if an interface starting with I will have it removed.
5  *
6  * @mock:generate
7  */

8 public interface IRemoveFirstLetter {
9     int[] difficultMethod(String JavaDoc aString, OneVoidMethod[] aFunnyObject);
10     void minimalMethod();
11     String JavaDoc normalMethod(Integer JavaDoc anInteger);
12 }
Popular Tags