If an injection point declares no qualifier, then @Default should be assumed.
-----------------------------------------------------------------------------
Key: OWB-142
URL: https://issues.apache.org/jira/browse/OWB-142
Project: OpenWebBeans
Issue Type: Bug
Components: Injection and Lookup
Affects Versions: 1.0.0
Reporter: Joe Bergmark
Assignee: Gurkan Erdogdu
Fix For: 1.0.0
Injection only seems to occur when defined like:
@Inject @Default MyBean bean;
but not for
@Inject MyBean bean;
which should be identical.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.