SymbolName

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class SymbolName(name: String)

Forces the compiler to use specified symbol name for the target external function.

TODO: changing symbol name breaks the binary compatibility, so it should probably be allowed on internal and private functions only.

Constructors

SymbolName
Link copied to clipboard
fun SymbolName(name: String)

Properties

name
Link copied to clipboard
val name: String