Is there a way to print the scope of spring bean? I am using beans defined in multiple jar files. I am able to print the bean names of all the beans loaded , but i am trying print the scope as well.
EDIT: I loaded the names of all spring beans using the approach mentioned here. I want to print the bean scope as well (prototype , singleton , request , session)