CEnumEntryAlias

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CEnumEntryAlias(val entryName: String)

Denotes property that is an alias to some enum entry.

Constructors

Link copied to clipboard
fun CEnumEntryAlias(entryName: String)

Properties

Link copied to clipboard