-
Jul 16th, 2008, 03:44 AM
#1
Easiest way to print all instantiated beans at runtime
I always used Spring config in XML but now in my new project all the dependent code has so many annotation based springs, eg: Component and Repository annotations instead of an XML based config.
Is there a simple way to print all the beans at runtime from my program, which will dump all the beans(just the name and type would do) that are currently instantiated....
Thanks
Arvind
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules