Package org.atteo.classindex
Annotation Type IndexAnnotated
-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface IndexAnnotatedIndex all classes annotated by annotation annotated by this meta-annotation.During compilation
ClassIndexProcessorcreates 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 useServiceLoaderfacility.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanstoreJavadocSpecifies whether to store Javadoc for runtime retrieval.
-
-
-
Element Detail
-
storeJavadoc
boolean storeJavadoc
Specifies whether to store Javadoc for runtime retrieval.You can retrieve the stored Javadoc summary using
ClassIndex.getClassSummary(Class).- Default:
- false
-
-