Class LoadTimeWeavingConfiguration

java.lang.Object
org.springframework.context.annotation.LoadTimeWeavingConfiguration
All Implemented Interfaces:
Aware, BeanClassLoaderAware, ImportAware

@Configuration(proxyBeanMethods=false) @Role(2) public class LoadTimeWeavingConfiguration extends Object implements ImportAware, BeanClassLoaderAware
@Configuration class that registers a LoadTimeWeaver bean.

This configuration class is automatically imported when using the EnableLoadTimeWeaving annotation. See @EnableLoadTimeWeaving javadoc for complete usage details.

Since:
3.1
Author:
Chris Beams
See Also: