@Documented @Target(value=ANNOTATION_TYPE) public @interface IndexAnnotated
During compilation ClassIndexProcessor creates a resource file listing all classes
annotated by annotation annotated by this meta-annotation.
You can retrieve the list at runtime using ClassIndex.getAnnotated(Class).
If the classes also have a zero-argument constructor you can use ServiceLoader facility.
Copyright © 2012 Atteo. All Rights Reserved.