Do Spring prototype beans need to be destroyed manually?
For the benefit of others, I will present below what I have gathered from my investigations: As long as the prototype bean does not itself hold a reference to another resource such as a database connection or a session object, it will get garbage collected as soon as all references to the object have been … Read more