KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > a > Z


1 /*
2  @license.text@
3   */

4 package a;
5
6 /**
7  * @author Pavel Vlasov
8  *
9  * @version $Revision$
10  */

11 public class Z {
12     protected class AA {
13         
14     }
15
16     /**
17      *
18      */

19     public Z() {
20         super();
21         // TODO Auto-generated constructor stub
22
}
23
24 }
25
Popular Tags