annotationArgument

fun IrAnnotationContainer.annotationArgument(fq: FqName, index: Int = 0): IrExpression?(source)

The index-th argument of this declaration's fq annotation, or null — the annotation is absent, or the parameter is defaulted (a defaulted parameter yields a null argument slot).