bindArgSet

inline fun <A : Any, T : Any> DI.Builder.bindArgSet(tag: Any? = null, overrides: Boolean? = null)

Creates a set: multiple bindings can be added in this set.

T generics will be erased!

Return

A set binding ready to be bound.

Parameters

A

The argument type.

T

The created type.