[ 
https://issues.apache.org/jira/browse/OPENEJB-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed OPENEJB-1029.
----------------------------------

    Resolution: Fixed

$ svn ci 
Adding         
container/openejb-api/src/main/java/org/apache/openejb/api/EjbDeployment.java
Sending        
container/openejb-core/src/main/java/org/apache/openejb/config/InitEjbDeployments.java
Transmitting file data ..
Committed revision 778557.



> @EjbDeployment annotation as alternative to <ejb-deployment> in 
> openejb-jar.xml
> -------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1029
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1029
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: configuration, deployment
>            Reporter: David Blevins
>            Assignee: David Blevins
>            Priority: Minor
>             Fix For: 3.1.1
>
>
> /**
>  * 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 "";
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to