KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testGenerateJavaEE50 > TestStatelessLocal


1 /*
2  * TestStatelessLocal.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 testGenerateJavaEE50;
11
12 import javax.ejb.Local JavaDoc;
13
14 /**
15  *
16  * @author {user}
17  */

18 @Local JavaDoc
19 public interface TestStatelessLocal {
20     
21 }
22
Popular Tags