mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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