Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 210 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 210 Bytes

Jandex - Java Annotation Indexer

This project reduces classpath scanning time by pre-indexing annotated classes.

usage

mvn install
java -jar target/jandex*.jar

and follow the instructions.