类 AotMergedContextConfiguration

java.lang.Object
cn.taketoday.test.context.MergedContextConfiguration
cn.taketoday.test.context.cache.AotMergedContextConfiguration
所有已实现的接口:
Serializable

final class AotMergedContextConfiguration extends MergedContextConfiguration
MergedContextConfiguration implementation based on an AOT-generated ApplicationContextInitializer that is used to load an AOT-optimized ApplicationContext.

An ApplicationContext should not be loaded using the metadata in this AotMergedContextConfiguration. Rather the metadata from the original MergedContextConfiguration must be used.

从以下版本开始:
4.0
作者:
Sam Brannen, Harry Yang