KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ModifiedPackage > UndeprecatedInterface


1 package ModifiedPackage;
2
3 /**
4  * @deprecated
5  */

6 public interface UndeprecatedInterface {
7 }
8
Popular Tags