KickJava   Java API By Example, From Geeks To Geeks.

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


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

3 package jodd.introspector.test;
4
5 public class Bc extends Ac {
6
7     public Bc(String JavaDoc a) {
8         super();
9     }
10 }
11
Popular Tags