[jboss-jira] [JBoss JIRA] Updated: (JBMETA-125) javax.ejb.Singleton annotation
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Tue Oct 21 20:28:31 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMETA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger updated JBMETA-125:
---------------------------------------
Fix Version/s: 1.0.0.CR4
(was: 1.0.0.CR3)
> javax.ejb.Singleton annotation
> ------------------------------
>
> Key: JBMETA-125
> URL: https://jira.jboss.org/jira/browse/JBMETA-125
> Project: JBoss Metadata
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Alexey Loubyansky
> Assignee: Alexey Loubyansky
> Fix For: 1.0.0.CR4
>
>
> @Target(TYPE)
> @Retention(RUNTIME)
> public @interface Singleton {
> String description() default "";
>
> /**
> * A product specific name (in JBoss the global JNDI name) that this
> * session bean should be mapped to. Application servers are not
> * required to support any particular form or type of mapped name,
> * nor the ability to use mapped names. The mapped name is product-dependent
> * and often installation-dependent. No use of a mapped name is portable.
> */
> String mappedName() default "";
>
> /**
> * The ejb-name of this bean.
> */
> String name() default "";
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list