I want to get a complete list of classes in the application which are annotated with @Custom annotation. What is the best mechanism for this operation?
@Custom
classindex is a compile-time annotation scanning library, implemented using an annotation processor.