DIGlobalAware

interface DIGlobalAware : DIAware

A DIAware class that needs no implementation because the DI container used will be the global One True DI.

Properties

di
Link copied to clipboard
open override val di: DI
The global One True DI.
diContext
Link copied to clipboard
open val diContext: DIContext<*>
diTrigger
Link copied to clipboard
open val diTrigger: DITrigger?