Annotation Type 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 Detail

      • 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:
        ""