I have some problems wth autowire annotation. My app looks like this:
Here is controller:
@Controller public class MyController { @Autowired @Qua
You can use
entry in your configuration .xml file. This entry will scan/read all the stated type and annotations from the java classes.