KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > j2ee > tmp > TmpI


1 /*
2  * TmpI.java
3  *
4  * Created on July 22, 2005, 1:12 PM
5  *
6  * To change this template, choose Tools | Options and locate the template under
7  * the Source Creation and Management node. Right-click the template and choose
8  * Open. You can then make changes to the template in the Source Editor.
9  */

10
11 package org.netbeans.test.j2ee.tmp;
12
13 /**
14  *
15  * @author jungi
16  */

17 public interface TmpI {
18     
19     String JavaDoc toString();
20 }
21
Popular Tags