Hi,
I'm using Spring 3 with annotations. In my application, I create an annotations context with
Is it possible to create the AnnotationConfigApplicationContext using an annotation?Code:ApplicationContext applicationContext = new AnnotationConfigApplicationContext("root.package.to.search");
Regards.


Reply With Quote