``` object MyClass { @Inject lateinit var...
# android
d
Copy code
object MyClass {

    @Inject
    lateinit var dataProvider: DataProvider

}