<init>

Platform and version requirements: JVM (1.0)
Metadata(
    kind: Int = 1, 
    metadataVersion: IntArray = [], 
    bytecodeVersion: IntArray = [], 
    data1: Array<String> = [], 
    data2: Array<String> = [], 
    extraString: String = "", 
    packageName: String = "", 
    extraInt: Int = 0)

This annotation is present on any class file produced by the Kotlin compiler and is read by the compiler and reflection. Parameters have very short JVM names on purpose: these names appear in all generated class files, and we'd like to reduce their size.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-metadata/-init-.html