KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testGenerateJavaEE14 > TestBmpLocal


1 /*
2  * TestBmpLocal.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 TestBmpLocal extends EJBLocalObject JavaDoc {
19     
20 }
21
Popular Tags