jandex
jandex copied to clipboard
Java Annotation Indexer
In the evolution of Jakarta EE 8 to 9 there is a package name change complicates support for the now legacy type, even though there are no semantic differences. In...
Jandex is immutable, but it is often required to have a mutable layer for annotations. This is because annotations are very often used to represent framework-specific metadata, and frameworks that...
Fixes #322
Fixes #142
Hey, I am currently working on a multi module maven project. I've added `jandex-maven-plugin` to the root pom.xml of the project to have it executed on all sub modules. The...
When indexing a big file that contains around 16000 generated classes, the indexing process takes around 100 more time. Jandex 3.1.0 ~ 5 seconds Jandex 3.1.1 ~ 490 seconds
Fixes #255