hi, all

I think it is a common scenario, but I could find a clear answer/solution to it yet. Basically, I have a service interface with many different service providers. What should be the proper annotation so that I could auto collect all the service provider instances? btw - I have component scan enabled and each provider is annotated with @Service ... but I am a bit lost on how to express wiring them into collection?

thanks for help

Oliver