PerActivity.kt 144 Bytes
Newer Older
1 2 3 4 5 6 7
package chat.rocket.android.dagger.scope

import javax.inject.Scope

@Scope
@Retention(AnnotationRetention.RUNTIME)
annotation class PerActivity