KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > AddedPackage > NewInterface


1 package AddedPackage;
2
3 /**
4  * This interface has no constructors, methods or fields and should
5  * have been added.
6  */

7 public interface NewInterface {
8 }
9
Popular Tags