Sign in
apache
/
netbeans
/
07317d8d238781ba03be315aa414e43879e22623
/
.
/
contrib
/
javaee.wildfly
/
test
/
qa-functional
/
data
/
JBoss4EjbTest
/
src
/
java
/
ejb
/
SessionTest2Local.java
blob: bcc2b408c8ec3b5e18600095b1c80f7bbe5d1040 [
file
] [
log
] [
blame
]
package
ejb
;
import
javax
.
ejb
.
EJBLocalObject
;
/**
* This is the local interface for SessionTest2 enterprise bean.
*/
public
interface
SessionTest2Local
extends
EJBLocalObject
,
SessionTest2LocalBusiness
{
}