BroadcastReceiverKey

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class BroadcastReceiverKey(val value: KClass<out BroadcastReceiver>)(source)

A MapKey annotation for binding a BroadcastReceiver in a multibinding map.

Properties

Link copied to clipboard