@Retention(value=RUNTIME) public @interface KotlinClass
Modifier and Type | Required Element and Description |
---|---|
int |
abiVersion
Deprecated.
|
String[] |
data |
Modifier and Type | Optional Element and Description |
---|---|
KotlinClass.Kind |
kind |
int[] |
version |
@Deprecated public abstract int abiVersion
public abstract String[] data
public abstract KotlinClass.Kind kind
Copyright © 2015. All Rights Reserved.