DependencyTrackingInjectionEnvironment
Fake environment that tracks dependencies on the instantiation of components.
Environment of this kind should rarely be created manually: they are used behind the scenes in rules that check for the coherence of the contents of an environment (completeness check, cyclic dependency check...)
This environment performs dependency analysis on:
Components
Injection resolution
Properties
Functions
Link copied to clipboard
open override fun <T : Any> createInjector(identifier: Identifier<T>, onInjection: (T) -> Unit): Injector<T>
Link copied to clipboard