Is it possible to use @Autowired like annotations instead of getBeansWithAnnotation , if not are there plans to support the feature
Comment From: snicoll
No, it is not possible. We have no plan to support injecting a bean when an annotation is present on it. This does seem a bit at odds with the current by-type and by-name semantic. Thanks for the suggestion in any case.