Overview

AnnotationDescriptor.findAllLocalMergedAnnotations() still uses SearchStrategy.TYPE_HIERARCHY_AND_ENCLOSING_CLASSES.

In fact, that method is the only place in the core Spring Framework that uses that search strategy.

Deliverables

  • [x] Assess whether SearchStrategy.TYPE_HIERARCHY should be used instead.