Hi, I'm using the `classDeclaration` Quote and I...
# arrow-meta
a
Hi, I'm using the
classDeclaration
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.
r
hi @Ahmed Mourad, Typed quotes just got merged and once that is in a release you can get the FQ name and the types. In the current version where it’s just parsing the code and turning into a tree, resolution has not happened yet and you just have access to the elements the user typed as they appear in sources
arrow 2
✔️ 1