Odin
09/10/2022, 6:47 PMXRoundEnv.getElementAnnotatedBy
if I know the qualifiedName of the annotation in question. However, if I use the typeName of the annotation that I get from XRoundEnv.getElementAnnotatedBy
to fetch the annotation that the first annotation is annotated with, it only works if they are in the same module. Does anyone know if this is possible? 😄 Is it not working because I use the typeName form the first annotation?yigit
09/10/2022, 7:59 PMOdin
09/10/2022, 8:41 PM