metro
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
metro
metrox-android
/
dev.zacsweers.metrox.android
/
ServiceKey
Service
Key
@
MapKey
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
ServiceKey
(
val
value
:
KClass
<
out
Service
>
)
(
source
)
A
MapKey
annotation for binding a Service in a multibinding map.
Members
Properties
value
Link copied to clipboard
val
value
:
KClass
<
out
Service
>