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