| AnnoWithCustomName.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final annotation class AnnoWithCustomName public constructor(string: kotlin.String) : kotlin.Annotation { |
| public final val string: kotlin.String /* compiled code */ |
| } |
| |
| AnnoWithCustomNameAndDefaultValue.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final annotation class AnnoWithCustomNameAndDefaultValue public constructor(string: kotlin.String = COMPILED_CODE) : kotlin.Annotation { |
| public final val string: kotlin.String = COMPILED_CODE /* compiled code */ |
| } |
| |
| AnnoWithDefaultName.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final annotation class AnnoWithDefaultName public constructor(value: kotlin.Int) : kotlin.Annotation { |
| public final val value: kotlin.Int /* compiled code */ |
| } |
| |
| AnnoWithDefaultNameAndDefaultValue.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final annotation class AnnoWithDefaultNameAndDefaultValue public constructor(value: kotlin.Int = COMPILED_CODE) : kotlin.Annotation { |
| public final val value: kotlin.Int = COMPILED_CODE /* compiled code */ |
| } |
| |
| AnnoWithVararg.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final annotation class AnnoWithVararg public constructor(vararg value: kotlin.Int) : kotlin.Annotation { |
| public final val value: kotlin.IntArray /* compiled code */ |
| } |
| |
| AnnoWithVarargAndDefaultVakue.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final annotation class AnnoWithVarargAndDefaultVakue public constructor(vararg value: kotlin.Int = COMPILED_CODE) : kotlin.Annotation { |
| public final val value: kotlin.IntArray = COMPILED_CODE /* compiled code */ |
| } |