Is there a spring lazy proxy factory in Spring?

前端 未结 3 644
旧时难觅i
旧时难觅i 2021-01-20 16:47

Wicket has this device called a lazy proxy factory. Given:


the idea is to auto-generate a prox

3条回答
  •  深忆病人
    2021-01-20 17:27

    See LazyInitTargetSource; that might do what you want. It requires use of lazy-init="true" on the target bean as well, though.

提交回复
热议问题