DIGlobalAware

interface DIGlobalAware : DIAware

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

Properties

Link copied to clipboard
open override val di: DI

The global One True DI.

Link copied to clipboard
open val diContext: DIContext<*>
Link copied to clipboard
open val diTrigger: DITrigger?