pholser/junit-quickcheck

Deep-annotation search for any annotations

Opened this issue · 1 comments

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.

Wondering if there's something out there like Spring's AnnotatedElementUtils, but separate from spring-core.