pull/2114/merge
oh in seong 1 week ago committed by GitHub
commit 888eedcd8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,8 +18,11 @@ package com.google.samples.apps.nowinandroid.core.common.network
import javax.inject.Qualifier
import kotlin.annotation.AnnotationRetention.RUNTIME
import kotlin.annotation.AnnotationTarget.FUNCTION
import kotlin.annotation.AnnotationTarget.VALUE_PARAMETER
@Qualifier
@Target(FUNCTION, VALUE_PARAMETER)
@Retention(RUNTIME)
annotation class Dispatcher(val niaDispatcher: NiaDispatchers)

Loading…
Cancel
Save