KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > NoPackage


1
2 /** This class has no package, and is changed in the API. */
3 public class NoPackage {
4
5     /**
6      * Default constructor.
7      */

8     public NoPackage() {
9     }
10
11     /** This field was added in the new API. */
12     int newField;
13 }
14
Popular Tags