Ahmed Mourad
03/12/2021, 3:05 AMclassDeclaration
Quote and I'd like to check if the class is annotated with an annotation using the annotation's fqname.
However, when I loop over the its annotationEntries
all their `name`s seem to be null and only `shortName`s are available, also the isAnnotatedWith
function seems to only match for the short name.raulraja
03/12/2021, 9:29 AM