Commit c09937e
committed
Context: recursively inject the context
For each non-Service, non-Context, non-primitive @parameter, check
whether it is already assigned a value, and if so, inject the context
into that value.
This makes it much easier to compose a class whose member fields also
need to know the context at the same time as the containing class.
See next commit for an example.1 parent 3d158e5 commit c09937e
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
474 | 479 | | |
475 | 480 | | |
476 | 481 | | |
| |||
0 commit comments