Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.1-incubating
-
None
Description
It could be cool to get a method accessible from the CdiContainer to do injections in a particular instance:
cdiContainer.resolveInjections(instance);+
It is particularly nice in unit tests.