什么是 Spring inner beans?

答案解析

Inner beans 是指定义在另一个 bean 的 property 或 constructor-arg 中的 bean。它只能被包含它的外部 bean访问,生命周期随外部 bean,不能被容器直接访问。