de.aktey.scanndal
Find all classes, that have a certain annotation. If that annotation is annotated with @Inherited, find also all childclasses of the annotated classes.
(Because of the tree structure, one cannot use a simple ClassAnnotationFilter.)
the Annotation
packages to scan in
Find all classes, that have a certain annotation. If that annotation is annotated with @Inherited, find also all childclasses of the annotated classes.
(Because of the tree structure, one cannot use a simple ClassAnnotationFilter.)
the Annotation