Deep-annotation search for any annotations
Opened this issue · 1 comments
pholser commented
We go one level deep on generator configuration annotations, and zero levels deep on @Property
annotations. Consider going as far as the annotation tree goes for finding @Property
annotations and generator config annotations.
pholser commented
Wondering if there's something out there like Spring's AnnotatedElementUtils
, but separate from spring-core.