We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebffa51 commit 76de081Copy full SHA for 76de081
MD/spring/spring-bean-lifecycle.md
@@ -176,5 +176,5 @@ public class SpringLifeCycleProcessor implements BeanPostProcessor {
176
2018-03-21 00:40:25.156 [Thread-8] INFO c.c.spring.annotation.AnnotationBean - AnnotationBean destroy
177
```
178
179
-之后则是进入 bean 的销毁阶段。
+直到 Spring 上下文销毁时则会调用自定义的销毁方法以及实现了 `DisposableBean` 的 `destroy()` 方法。
180
0 commit comments