RetainForTarget

@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS])
annotation class RetainForTarget(val target: String)(source)

Preserve the function entry point during global optimizations, only for the given target.

Since Kotlin

1.3

Properties

Link copied to clipboard
Since Kotlin 1.3