EnumEntry
data class EnumEntry(val enumClass: Symbol.Classifier, val enumName: String) : AnnotationArgument(source)
An enum argument. Does not include the ordinal because that is not always available.
Functions
Link copied to clipboard
Link copied to clipboard
fun <A : AnnotationArgument, T : AnnotationParameterType<A>> AnnotationArgument.asTypeOrNull(type: T): A?