Replies: 2 comments
-
The basic idea is to allow the "package import module" statement to optionally specify a ResourceProvider for a specific set of type/name combinations:
The injector would be required to be a singleton
The resources enumerated as being overridden by the injector in the "package import module" statement would then be removed from the list of required injections of that module, and those injections within that module within the container being formed would be provided by the specified singleton See also:
Unresolved questions:
|
Beta Was this translation helpful? Give feedback.
-
Implemented |
Beta Was this translation helpful? Give feedback.
-
Splitting this out from the "syntax changes" thread into its own discussion thread:
Beta Was this translation helpful? Give feedback.
All reactions