クラス AbstractAsyncConfiguration

java.lang.ObjectSE
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
実装されたすべてのインターフェース:
AwareImportAware
既知の直属サブクラス
AspectJAsyncConfigurationProxyAsyncConfiguration

@Configuration(proxyBeanMethods=false) public abstract class AbstractAsyncConfiguration extends ObjectSE implements ImportAware
Spring の非同期メソッド実行機能を有効にするための共通構造を提供する抽象ベース Configuration クラス。
導入:
3.1
作成者:
Chris Beams, Juergen Hoeller, Stephane Nicoll
関連事項: