-
Feature Request
-
Resolution: Obsolete
-
Optional
-
1.0
-
None
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.
- is duplicated by
-
CDI-565 Unsatisfied dependency should be null?
- Closed