-
Notifications
You must be signed in to change notification settings - Fork 38.8k
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
Costin Leau opened SPR-7470 and commented
A constructor dedicated namespace similar to the p: one.
Example:
<!--
before
<constructor-arg name="name" ref="name"/>
<constructor-arg name="spouse" value="name-value"/>
-->
<!-- after -->
<bean ... c:name-ref="name" c:spouse="name-value"/>
Issue Links:
- Allow to use constructor-arg as bean attribute for simple case [SPR-10018] #14652 Allow to use constructor-arg as bean attribute for simple case ("is duplicated by")
Referenced from: commits 47711c6, c08a276, 6ef987b, c13905a, 095a36e
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