Will Spring destroy singletons in a specifc order upon exit? This is important in a scenario like this:
- Bean A has a dependency on Bean B
- Bean A's destroy-method refers to the instance of...
Type: Posts; User: ugo; Keyword(s):
Will Spring destroy singletons in a specifc order upon exit? This is important in a scenario like this:
- Bean A has a dependency on Bean B
- Bean A's destroy-method refers to the instance of...