KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > sample > basic > AnotherName


1 package sample.basic;
2
3 /**
4  * This class will have a mock generated that doesn't follow the usual
5  * naming conventions.
6  *
7  * @mock:generate class="MagicalMockThing"
8  */

9 public interface AnotherName {
10
11     String JavaDoc eatThings( Object JavaDoc food );
12
13 }
14
Popular Tags