kotlinx-rpc
Toggle table of contents
0.10.4
common
Target filter
common
Back to docs
Switch theme
Search in API
Skip to content
kotlinx-rpc
kotlinx-rpc-utils
/
kotlinx.rpc.internal.utils
/
ExperimentalRpcApi
Experimental
Rpc
Api
@
RequiresOptIn
(
message
=
"This API is experimental and can be changed or removed at any time."
,
level
=
RequiresOptIn.Level.ERROR
)
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
,
AnnotationTarget.TYPEALIAS
,
AnnotationTarget.PROPERTY
,
AnnotationTarget.ANNOTATION_CLASS
]
)
annotation class
ExperimentalRpcApi
(
source
)