inject

fun inject(receiver: Any)

Injects all fields and methods annotated with @Inject in receiver.

Parameters

receiver

The object to inject.