hasAnyAnnotation

fun Element.hasAnyAnnotation(annotationClasses: List<KClass<out Annotation>>): Boolean

Return

Whether at least one of the given annotations is present on the receiver.