spring-framework / org.springframework.context.weaving / LoadTimeWeaverAwareProcessor / <init>

<init>

LoadTimeWeaverAwareProcessor()

Create a new LoadTimeWeaverAwareProcessor that will auto-retrieve the LoadTimeWeaver from the containing BeanFactory, expecting a bean named "loadTimeWeaver".

LoadTimeWeaverAwareProcessor(@Nullable loadTimeWeaver: LoadTimeWeaver)

Create a new LoadTimeWeaverAwareProcessor for the given LoadTimeWeaver.

If the given loadTimeWeaver is null, then a LoadTimeWeaver will be auto-retrieved from the containing BeanFactory, expecting a bean named "loadTimeWeaver".

Parameters

loadTimeWeaver - the specific LoadTimeWeaver that is to be used

LoadTimeWeaverAwareProcessor(beanFactory: BeanFactory)

Create a new LoadTimeWeaverAwareProcessor.

The LoadTimeWeaver will be auto-retrieved from the given BeanFactory, expecting a bean named "loadTimeWeaver".

Parameters

beanFactory - the BeanFactory to retrieve the LoadTimeWeaver from