BindSet

abstract fun <T : Any> BindSet(tag: Any? = null, overrides: Boolean? = null, binding: DIBinding<*, *, T>)

Deprecated

Use AddBindInSet instead.

Replace with

AddBindInSet

Attaches the binding of a given type with a given tag.

Parameters

T

The type of value to bind.

tag

The tag to bind.

overrides

Whether this bind must or must not override an existing binding.