findAnnotations
fun <S : Symbol.Annotation<S, I>, I : Symbol.Annotation.Instance<S, I>> IrAnnotationContainer.findAnnotations(annotation: S): List<I>(source)
Find any annotation instances of annotation type.
Find any annotation instances of annotation type.