[
https://issues.jboss.org/browse/CDI-45?page=com.atlassian.jira.plugin.sys...
]
Stephan Knitelius edited comment on CDI-45 at 10/11/16 4:12 PM:
----------------------------------------------------------------
How about we implement this by allowing Java 8 Optional?
{code}
@Inject
private Optional<MyBean> myBean;
{code}
Would also be a nice Java 8 alignment.
was (Author: sknitelius):
How about we implement this by allowing Java 8 Optional?
{code}
@Inject
private Optional<MyBean> myBean;
{code}
Optional Injection Points
-------------------------
Key: CDI-45
URL:
https://issues.jboss.org/browse/CDI-45
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Resolution
Affects Versions: 1.0
Reporter: Stuart Douglas
Priority: Optional
Fix For: TBD
There are occoasions where it may be useful for some injection points to be optional,
e.g.
@Inject
@Optional
MyBean bean;
This would behave the same as a normal injection point, however it will not cause the
deployment to fail if it is not satisified.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)