I\'ve read the Spring 3 reference on inheriting bean definitions, but I\'m confused about what is possible and not possible.
For example, a bean that takes a collaborato
Have you thought of using a factory instead?
You can config beans to have a factory and you could encode the varying parameters in the factory creation...