posted 7 years ago
Hi,
Is component-scan avilable in spring 2.0.8? I've read that @Component,@Resource annotations are avilable only from sping2.5.
When I uses Spring2.0.8 in class path , spring is allowing me to have context:component-scan in the application context file?
Is there any way to achieve component scanning using spring 2.0.8.
Due to the dependencies we have in the project, we need to use 2.0.8 spring version.
Thanks in advance.