Interface 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.- Since:
- 3.1
- Author:
- Chris Beams
- See Also:
LoadTimeWeavingConfiguration,EnableLoadTimeWeaving
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadTimeWeavergetLoadTimeWeaver()Create, configure and return theLoadTimeWeaverinstance to be used.
Method Detail
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()