How, if possible can I configure a Spring bean with all a collection of other Spring beans that implements a specific interface?
Example: I want to wire the CarFa
CarFa
@Inject private List manufacturers;