接口 LoadTimeWeavingConfigurer
public interface LoadTimeWeavingConfigurer
Interface to be implemented by@Configurationclasses annotated with@EnableLoadTimeWeavingthat wish to customize theLoadTimeWeaverinstance to be used.See
@EnableAsyncfor usage examples and information on how a defaultLoadTimeWeaveris selected when this interface is not used.- 从以下版本开始:
- 3.1
- 作者:
- Chris Beams
- 另请参阅:
LoadTimeWeavingConfiguration,EnableLoadTimeWeaving
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 LoadTimeWeavergetLoadTimeWeaver()Create, configure and return theLoadTimeWeaverinstance to be used.
方法详细资料
getLoadTimeWeaver
LoadTimeWeaver getLoadTimeWeaver()
Create, configure and return theLoadTimeWeaverinstance to be used. Note that it is unnecessary to annotate this method with@Bean, because the object returned will automatically be registered as a bean byLoadTimeWeavingConfiguration.loadTimeWeaver()