spring - JSR-250 lifecycle annotations: Annotation Type PreDestroy -


is method @predestroy of prototype bean called when bean garbage collected ?

no, not called when bean garbage collected bean garbage collected has dereferenced first, mean have destroyed , @predestroy called.

so method won't called directly has have been called before being garbage collected


Comments

Popular posts from this blog

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - String indices must be integers and while issue -