@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) public @interface EJB
Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2016 JBoss by Red Hat. All rights reserved.