KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > jodd > introspector > test > Ac


1 // Copyright (c) 2003-2007, Jodd Team (jodd.sf.net). All Rights Reserved.
2

3 package jodd.introspector.test;
4
5 public class Ac {
6
7     protected Ac() {
8         
9     }
10
11     public Ac(Integer JavaDoc i) {
12         
13     }
14
15 }
16
Popular Tags