CEnumEntryAlias

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

Denotes property that is an alias to some enum entry.

Properties

Link copied to clipboard