[weld-issues] [JBoss JIRA] Closed: (WELDX-139) Allow Generic Beans to define a default scope (can be overridden at the generic configuration definition)
Pete Muir (JIRA)
jira-events at lists.jboss.org
Tue Oct 12 07:33:40 EDT 2010
[ https://jira.jboss.org/browse/WELDX-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir closed WELDX-139.
---------------------------
Assignee: Stuart Douglas
Resolution: Done
Stuart did this as part of another commit
> Allow Generic Beans to define a default scope (can be overridden at the generic configuration definition)
> ---------------------------------------------------------------------------------------------------------
>
> Key: WELDX-139
> URL: https://jira.jboss.org/browse/WELDX-139
> Project: Weld Extensions
> Issue Type: Feature Request
> Components: Generic Beans
> Reporter: Pete Muir
> Assignee: Stuart Douglas
> Fix For: 1.0.0.Beta1
>
>
> e.g.
> @Generic(Foo.class)
> @ApplicationScoped // By default put into app scope
> class FooConfig {}
> @Foo(1)
> @Produces
> @RequestScoped // Move this generic bean set to request scoped
> FooConfig fooConfig;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list