mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ebca9f726f
To be able to register hints using for example registerType<MyClass>() instead of registerType(MyClass::class.java). Closes gh-29831