Spring / Spring Beans
When is a prototype bean garbage collected?
Spring does only care for the creation and configuration of the prototype bean and then its the responsibility of the user (or the JVM) to do whatever is necessary.
Spring does NOT keep internal references to prototype beans.
More Related questions...