Injectable

interface Injectable

Allows injected objects to specify additional injectees so that injection can cascade without the injecting repository knowing the full structure of the object graph.

Functions

Link copied to clipboard
abstract fun additionalInjectees(): List<*>

Additional objects to inject. Typically relationships of this object.