Add `provider()` to `ProviderDsl`
dave08 opened this issue · 1 comments
dave08 commented
Add provider()
to ProviderDsl
to inject a dependency's factory instead of creating a new instance for injection. Maybe it should fail-fast if trying to use provider()
to inject a singleton { }
declaration though...
svenjacobs commented
Closed via #20