ActivityKey

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

A MapKey annotation for binding an Activity in a multibinding map.

Properties

Link copied to clipboard