spring-framework/spring-context/src
Sébastien Deleuze a1bc539d80 Support multiple @ImportRuntimeHints in the type hierarchy
This commit copies and adapts the logic from
DefaultListableBeanFactory#findMergedAnnotationOnBean
private method to make it suitable for returning multiple
annotations found in the type hierarchy in order
to support this use case with @ImportRuntimeHints.

Closes gh-29361
2022-10-24 10:56:30 +02:00
..
jmh/java/org/springframework/context Early removal of 5.x-deprecated code 2021-11-18 09:18:06 +01:00
main Support multiple @ImportRuntimeHints in the type hierarchy 2022-10-24 10:56:30 +02:00
test Support multiple @ImportRuntimeHints in the type hierarchy 2022-10-24 10:56:30 +02:00
testFixtures/java/org/springframework/context/testfixture Handle hints for CGLIB proxies consistently 2022-10-10 17:39:26 +02:00