
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
26/May/09 03:46 AM
|
|
/**
* Annotation that matches the <ejb-deployment> element in the openejb-jar.xml file
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface EjbDeployment {
/**
* The Deployment ID for this bean
* @return
*/
java.lang.String id() default "";
/**
* The Container ID where the bean should be deployed
* @return
*/
java.lang.String container() default "";
}
|
|
Description
|
/**
* Annotation that matches the <ejb-deployment> element in the openejb-jar.xml file
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface EjbDeployment {
/**
* The Deployment ID for this bean
* @return
*/
java.lang.String id() default "";
/**
* The Container ID where the bean should be deployed
* @return
*/
java.lang.String container() default "";
}
|
Show » |
made changes - 26/May/09 03:46 AM
| Field |
Original Value |
New Value |
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|