|
EJB 3.1 API 1.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) public @interface EJB
The EJB annotation denotes a reference to an EJB 3.0 session bean.
Optional Element Summary | |
---|---|
Class |
beanInterface
|
String |
beanName
|
String |
description
|
String |
lookup
A portable lookup string containing the JNDI name for the target EJB component. |
String |
mappedName
|
String |
name
|
public abstract String name
public abstract Class beanInterface
public abstract String beanName
public abstract String lookup
public abstract String mappedName
public abstract String description
|
EJB 3.1 API 1.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |