-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Sébastien Deleuze opened SPR-16014 and commented
After the blog post presenting the Kotlin bean definition DSL, we had a lot of feedbacks and improvement requests about Routes(ref(), ref())
syntax, and even if ref()
is valid, such declaration frequently used for constructor injection deserve a better syntax.
By enabling constructor autowiring by default (which make sense in Kotlin) and allowing easily to customize the autowireMode
we can significantly improve syntax and readability of Kotlin bean definition DSL.
Affects: 5.0 RC4
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement