kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native
/
Retain
Retain
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.CLASS
]
)
annotation class
Retain
Preserve the function entry point during global optimizations.
Constructors
Constructors
Retain
Link copied to clipboard
Native
fun
Retain
(
)