类 LoadTimeWeavingConfiguration

java.lang.Object
cn.taketoday.context.annotation.LoadTimeWeavingConfiguration
所有已实现的接口:
Aware, BeanClassLoaderAware, ImportAware

@Role(2) public class LoadTimeWeavingConfiguration extends Object implements ImportAware, BeanClassLoaderAware
@Configuration class that registers a LoadTimeWeaver bean.

This configuration class is automatically imported when using the EnableLoadTimeWeaving annotation. See @EnableLoadTimeWeaving javadoc for complete usage details.

从以下版本开始:
4.0
作者:
Chris Beams
另请参阅:
  • 构造器详细资料

    • LoadTimeWeavingConfiguration

      public LoadTimeWeavingConfiguration()
  • 方法详细资料