getAnnotationByClass
open fun getAnnotationByClass(annotationClass: Class<out Annotation>): Optional<AnnotationExpr>(source)
Try to find an annotation by its class
Parameters
annotationClass
the class of the annotation
Try to find an annotation by its class
the class of the annotation