Lately, one junior developer asked me this question:"is there difference between using @autowired annotation and using "autowire" in spring xml configuration?"
I am not able to give him an specific answer.Please help me.
Lately, one junior developer asked me this question:"is there difference between using @autowired annotation and using "autowire" in spring xml configuration?"
I am not able to give him an specific answer.Please help me.
No. Spring offers multiple way of wiring up components. Depending on your system build, some may offer more advantages over other.