类 LoadTimeWeavingConfiguration
java.lang.Object
cn.taketoday.context.annotation.LoadTimeWeavingConfiguration
- 所有已实现的接口:
Aware,BeanClassLoaderAware,ImportAware
@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.
- 从以下版本开始:
- 4.0
- 作者:
- Chris Beams
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetBeanClassLoader(ClassLoader beanClassLoader) voidsetImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) Set the annotation metadata of the importing @Configurationclass.voidsetLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer ltwConfigurer)
-
构造器详细资料
-
LoadTimeWeavingConfiguration
public LoadTimeWeavingConfiguration()
-
-
方法详细资料
-
setImportMetadata
public void setImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) 从接口复制的说明:ImportAwareSet the annotation metadata of the importing @Configurationclass.- 指定者:
setImportMetadata在接口中ImportAware
-
setLoadTimeWeavingConfigurer
-
setBeanClassLoader
- 指定者:
setBeanClassLoader在接口中BeanClassLoaderAware
-
loadTimeWeaver
-