类 LoadTimeWeaverAwareProcessor

java.lang.Object
cn.taketoday.context.weaving.LoadTimeWeaverAwareProcessor
所有已实现的接口:
Aware, BeanFactoryAware, BeanPostProcessor, InitializationBeanPostProcessor

public class LoadTimeWeaverAwareProcessor extends Object implements InitializationBeanPostProcessor, BeanFactoryAware
BeanPostProcessor implementation that passes the context's default LoadTimeWeaver to beans that implement the LoadTimeWeaverAware interface.

Application contexts will automatically register this with their underlying bean factory, provided that a default LoadTimeWeaver is actually available.

Applications should not use this class directly.

从以下版本开始:
4.0
作者:
Juergen Hoeller
另请参阅: