KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > cmp2 > cmrstress > interfaces > ParentLocal


1 /*
2  * Generated by XDoclet - Do not edit!
3  */

4 package org.jboss.test.cmp2.cmrstress.interfaces;
5
6 /**
7  * Local interface for Parent.
8  */

9 public interface ParentLocal
10    extends javax.ejb.EJBLocalObject JavaDoc
11 {
12
13 }
14
Popular Tags