KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testGenerateJavaEE14 > TestCmpLocal


1 /*
2  * TestCmpLocal.java
3  *
4  * Created on {date}, {time}
5  *
6  * To change this template, choose Tools | Template Manager
7  * and open the template in the editor.
8  */

9
10 package testGenerateJavaEE14;
11
12 import javax.ejb.EJBLocalObject JavaDoc;
13
14 /**
15  *
16  * @author {user}
17  */

18 public interface TestCmpLocal extends EJBLocalObject JavaDoc {
19
20     java.lang.Long JavaDoc getKey();
21
22 }
23
Popular Tags