|
Hardy Ferentschik I got the initial integration of annotation information done. I'll be pushing that soon too if you get a chance to look. I just exposed the Jandex info directly as I did not want to waste the memory to duplicate that. So, for example, ClassDescriptor#getAnnotations returns a Map<DotName,AnnotationInstance>, AnnotationInstance then segues into the Jandex objects. Not ideal, but the best option until Jandex incorporates this info.
|