JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Module
org.apache.tomee.container.api
Package
org.apache.openejb.api
Annotation Interface EjbDeployment
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
EjbDeployment
Annotation that matches the <ejb-deployment> element in the openejb-jar.xml file
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
container
The Container ID where the bean should be deployed
String
id
The Deployment ID for this bean
Element Details
id
String
id
The Deployment ID for this bean
Returns:
Default:
""
container
String
container
The Container ID where the bean should be deployed
Returns:
Default:
""