public interface LoadTimeWeavingConfigurer
@Configuration
 classes annotated with @EnableLoadTimeWeaving that wish to
 customize the LoadTimeWeaver instance to be used.
 See @EnableAsync
 for usage examples and information on how a default LoadTimeWeaver
 is selected when this interface is not used.
LoadTimeWeavingConfiguration, 
EnableLoadTimeWeaving| Modifier and Type | Method and Description | 
|---|---|
LoadTimeWeaver | 
getLoadTimeWeaver()
Create, configure and return the  
LoadTimeWeaver instance to be used. | 
LoadTimeWeaver getLoadTimeWeaver()
LoadTimeWeaver instance 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 by
 LoadTimeWeavingConfiguration.loadTimeWeaver()