To Run all the below annotations we have to use context annotation config. April 14, 2014 Get link Facebook X Pinterest Email Other Apps @Autowired @Resource @PostConstruct @PreDestroy @Qualifier @Required @Bean @Component @Service @Repository To run all the above spring annotations we have to configure <context:annotation-config/> in XML file. Comments
Comments