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
    The Container ID where the bean should be deployed
    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:
      ""