I have several controller beans that has identical wiring (they do infact inherit the same abstract class that extends AbstractController). It's a bit tedious to add this wiring to each and every bean.
Is there a way to "auto-wire" based on implemented interfaces on the bean (ie. I specify a mapping for a certain interface and all beans implementing that interface will be wired according to the descriptor of that interface)?
/Marcus


Reply With Quote