findAnnotations
fun <S : Symbol.Annotation<S, A>, A : Symbol.Annotation.Instance<S, A>> KSAnnotated.findAnnotations(annotation: S, checkResolvedTypes: Boolean = true): List<A>(source)
Find any annotation instances of annotation type.