mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
618bce3bd8
This commit adapts the MyBeanRegistrar Kotlin code sample to use a lambda supplier instead of a callable reference since this capability has been removed. See gh-35549 Closes gh-35694