Jandex: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * Project page https://github.com/wildfly/jandex")
 
 
Line 2: Line 2:


* Project page https://github.com/wildfly/jandex
* 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.

Latest revision as of 20:52, 10 March 2016

External

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.