• S
    Support nested meta-annotations in AnnotationUtils · 42a36349
    Sam Brannen 提交于
    Prior to this commit, AnnotationUtils.findAnnotation(Class, Class)
    claimed to recursively search through annotations; however, only one
    level of annotations was supported by the algorithm.
    
    This commit alters the search algorithm so that nested meta-annotations
    (i.e., meta-annotations on meta-annotations) are also supported.
    
    Issue: SPR-11448
    42a36349
AnnotationUtilsTests.java 20.4 KB