Jandex
Jump to navigation
Jump to search
External
- Project page https://github.com/wildfly/jandex
- http://javahowto.blogspot.com/2012/08/how-to-run-jboss-jandex.html
Overview
Jandex is a tool that processes Java annotations within a directory or jar file, and saves the resulting metadata in an index file. This reduces classpath scanning time by pre-indexing annotated classes.