has Any Annotation
fun Element.hasAnyAnnotation(annotationClasses: List<KClass<out Annotation>>): Boolean
Content copied to clipboard
Return
Whether at least one of the given annotations is present on the receiver.
Whether at least one of the given annotations is present on the receiver.