org.apache.openejb.api
Annotation Type EjbDeployment
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EjbDeployment
Annotation that matches the element in the openejb-jar.xml file
Optional Element Summary |
String |
container
The Container ID where the bean should be deployed |
String |
id
The Deployment ID for this bean |
id
public abstract String id
- The Deployment ID for this bean
- Returns:
- Default:
- ""
container
public abstract String container
- The Container ID where the bean should be deployed
- Returns:
- Default:
- ""
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.