mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fb1da01410
This commit updates Kotlin beans DSL in order to support creating beans using callable references with autowired parameters. Type resolution is implemented using Kotlin reified type parameters without requiring reflection. Closes gh-21845