Is there an XML equivalent of @Primary that can promote one of the multiple qualifying beans
Example Scenario:
I\'ve a spr
<bean> property has primary attribute:
<bean>
primary
<bean primary="true|false"/>
And remember:
If a @Primary-annotated class is declared via XML, @Primary annotation metadata is ignored, and <bean primary="true|false"/> is respected instead.
@Primary