findAnnotation

fun <S : Symbol.Annotation<S, I>, I : Symbol.Annotation.Instance<S, I>> IrAnnotationContainer.findAnnotation(annotation: S): I?(source)

Find the first annotation instance of annotation type.