[cdi-dev] [JBoss JIRA] Updated: (CDI-103) Support client controlled contexts
Pete Muir (JIRA)
jira-events at lists.jboss.org
Tue Feb 1 12:27:41 EST 2011
[ https://issues.jboss.org/browse/CDI-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated CDI-103:
--------------------------
Fix Version/s: 1.1 (Proposed)
> Support client controlled contexts
> ----------------------------------
>
> Key: CDI-103
> URL: https://issues.jboss.org/browse/CDI-103
> Project: CDI Specification Issues
> Issue Type: Feature Request
> Components: Contexts
> Reporter: Pete Muir
> Fix For: 1.1 (Proposed)
>
>
> In a client controlled context, the client controls via some identifier (probably an identifier, but we should allow the context to inspect the injection point) which contextual instances it sees for a particular bean type. For example given:
> {code}
> @MyScope
> class Foo {
> String name;
> }
> {code}
> and a context which uses annotations to differentiate between contextual instance, these two injection points would see different instances:
> {code}
> @Inject @Bar Foo barFoo;
> @Inject @Baz Foo bazFoo;
> {code}
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list