KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testpackage > TargetClass


1 package testpackage;
2
3 public class TargetClass {
4     public Object JavaDoc targetAttribute;
5
6     public void targetMethod() {
7     }
8 }
9
10
Popular Tags