junit-quickcheck
junit-quickcheck copied to clipboard
Deep-annotation search for any annotations
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.