Retain

Native
1.3
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.CLASS]) annotation class Retain
(source)
Deprecated: This annotation will be removed in a future release

Preserve the function entry point during global optimizations.

Constructors

Native
1.3

<init>

Preserve the function entry point during global optimizations.

Retain()