spring-framework/spring-context/src
Stéphane Nicoll e2c2268c39 Add AOT support for @Resource
This commit adds ahead of time support for @Resource on fields and
methods. Lookup elements are discovered and code is generated to replace
that introspection at runtime.

Closes gh-29614
2023-12-11 11:04:13 +01:00
..
jmh/java/org/springframework/context Replace System.getProperties().remove(x) with System.clearProperty(x) 2023-12-06 17:11:46 +01:00
main Add AOT support for @Resource 2023-12-11 11:04:13 +01:00
test Add AOT support for @Resource 2023-12-11 11:04:13 +01:00
testFixtures/java/org/springframework/context/testfixture Add AOT support for @Resource 2023-12-11 11:04:13 +01:00