kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop.internal
/
CEnumEntryAlias
CEnum
Entry
Alias
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
CEnumEntryAlias
(
val
entryName
:
String
)
Denotes property that is an alias to some enum entry.
Properties
Properties
entry
Name
Link copied to clipboard
Native
val
entryName
:
String