Enum Entry Data
data class EnumEntryData(declarationContainer: KmClass?, annotations: Collection<AnnotationSpec>)
Content copied to clipboard
Represents relevant information on a Kotlin enum entry.
Constructors
EnumEntryData
Link copied to clipboard
fun EnumEntryData(declarationContainer: KmClass?, annotations: Collection<AnnotationSpec>)
Content copied to clipboard
Properties
annotations
Link copied to clipboard
declarationContainer
Link copied to clipboard
the KmClass as parsed from the entry's @Metadata annotation.