パッケージ org.springframework.boot

クラス LazyInitializationBeanFactoryPostProcessor

java.lang.ObjectSE
org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
実装されたすべてのインターフェース:
BeanFactoryPostProcessorOrdered

public final class LazyInitializationBeanFactoryPostProcessor extends ObjectSE implements BeanFactoryPostProcessor, Ordered
excluded ではなく、明示的に値が設定されていない Bean 定義に lazy-init を設定する BeanFactoryPostProcessor

callback method が確実に呼び出されるように、SmartInitializingSingletons はレイジー初期化から自動的に除外されることに注意してください。

導入:
2.2.0
作成者:
Andy Wilkinson, Madhura Bhave, Tyler Van Gorder, Phillip Webb
関連事項: