kotlin.ReplaceWith

ReplaceWith

@Target([]) annotation class ReplaceWith

Specifies a code fragment that can be used to replace a deprecated function, property or class. Tools such as IDEs can automatically apply the replacements specified through this annotation.

Constructors

<init>

ReplaceWith(expression: String, vararg imports: String)

Specifies a code fragment that can be used to replace a deprecated function, property o