DI.makeNew

Instantiates a new instance of the specified type T.

Dependencies will be assigned from the underlying container.

class DI
T
makeNew
(
T
)
()
if (
isClass!T ||
isInterface!T
)

Meta