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
/
InternalRpcApi
Internal
Rpc
Api
@
RequiresOptIn
(
message
=
"This is internal kotlinx.rpc api that is subject to change and should not be used"
,
level
=
RequiresOptIn.Level.ERROR
)
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
,
AnnotationTarget.TYPEALIAS
,
AnnotationTarget.PROPERTY
,
AnnotationTarget.CONSTRUCTOR
]
)
annotation class
InternalRpcApi
(
source
)