interface LoadTimeWeavingConfigurer
Interface to be implemented by org.springframework.context.annotation.Configuration classes annotated with EnableLoadTimeWeaving that wish to customize the LoadTimeWeaver instance to be used.
See org.springframework.scheduling.annotation.EnableAsync for usage examples and information on how a default LoadTimeWeaver is selected when this interface is not used.
Author
Chris Beams
Since
3.1
See Also
LoadTimeWeavingConfigurationEnableLoadTimeWeaving
abstract fun getLoadTimeWeaver(): LoadTimeWeaver
Create, configure and return the |