Spring Context Reference java -
I know that in Java, objects are deserved to be removed by the garbage collector if no reference is in their context.
So my question is how can spring beans provide all the time?
I think there is something that refers to all the beans but instead of these things?
Perhaps they have Java properties.
ApplicationContax 's binfactor (YMMV) There are references to all (non-prototype and some other scope) beans, as well as all utility items used to make them
Comments
Post a Comment