I\'m using annotations-based wiring (ie @Configurable(autowire=Autowire.BY_TYPE)) for a given class, and I\'d like to wire all beans of a given type into it as
works, and you get a list of all beans implementing the interface. (multiple variations - @Inject or @Autowired, field, setter or constructor injection - all work)