I have a "singleton" bean and i have a "session" bean. I need to autowire the "session" bean into the "singleton" bean. I know how to do this using the XML configuration. I don't know how to do the same using annotations (similar to using aop-proxy). I am using spring 2.5.6.SEC01.
Both the beans are annotated appropriately.
Please let me know how can i do this or point me to appropriate document that explains it.
Thanks
Srikanth


Reply With Quote
