rmahendr Yes, I've read that article, and the service ranking info tells
me how the framework selects one implementation out of many. What it
does not address, and what I'm still seeking, is how to change the
service ranking value via configuration rather than by changing an
annotation in the Java class. Changing the annotation means
re-deploying, and I want to avoid that.From what I can tell, If an
@Component has metatype=true, then @Property annotations on fields
inside the class generate cont...