[
https://issues.jboss.org/browse/CDI-14?page=com.atlassian.jira.plugin.sys...
]
Pete Muir commented on CDI-14:
------------------------------
Given we already have a method called getReference with somewhat different semantics I
don't think we should overload it's meaning. Furthermore, Instance<> is the
API for "dynamic" injection, and we should *not* introduce a new API for this.
My proposal simply makes this API more accessible in non-managed component.
Add instance() method to BeanManager
------------------------------------
Key: CDI-14
URL:
https://issues.jboss.org/browse/CDI-14
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Resolution
Affects Versions: 1.0
Reporter: Pete Muir
Fix For: 1.1 (Proposed)
Currently obtaining a contextual reference is quite a complex operation, adding a method
like:
Instance<Object> instance();
would make it much easier.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira