getAnnotationDeclarationByName
open fun getAnnotationDeclarationByName(annotationName: String): Optional<AnnotationDeclaration>(source)
Try to get a top level annotation type declaration by its name
Parameters
annotationName
the annotation name (case-sensitive)