クラス LoadTimeWeavingConfiguration

java.lang.ObjectSE
org.springframework.context.annotation.LoadTimeWeavingConfiguration
実装されたすべてのインターフェース:
AwareBeanClassLoaderAwareImportAware

@Configuration(proxyBeanMethods=false) @Role(2) public class LoadTimeWeavingConfiguration extends ObjectSE implements ImportAware, BeanClassLoaderAware
LoadTimeWeaver Bean を登録する @Configuration クラス。

この構成クラスは、EnableLoadTimeWeaving アノテーションを使用すると自動的にインポートされます。使用箇所の詳細については、@EnableLoadTimeWeaving javadoc を参照してください。

導入:
3.1
作成者:
Chris Beams
関連事項: