``` @Singleton class Foo @Inject constructor(val context: Context) ```
t
Copy code
@Singleton
class Foo @Inject constructor(val context: Context)