fixed javadoc errors
This commit is contained in:
@@ -25,8 +25,9 @@ import org.springframework.expression.spel.standard.StandardEvaluationContext;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
* Standard implementation of the {@link BeanExpressionResolver} interface,
|
||||
* parsing and evaluating Spring EL using Spring's expression module.
|
||||
* Standard implementation of the
|
||||
* {@link org.springframework.beans.factory.config.BeanExpressionResolver}
|
||||
* interface, parsing and evaluating Spring EL using Spring's expression module.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 3.0
|
||||
|
||||
@@ -75,7 +75,7 @@ public class LoadTimeWeaverAwareProcessor implements BeanPostProcessor, BeanFact
|
||||
* <p>The <code>LoadTimeWeaver</code> will be auto-retrieved from
|
||||
* the given {@link BeanFactory}, expecting a bean named
|
||||
* {@link ConfigurableApplicationContext#LOAD_TIME_WEAVER_BEAN_NAME "loadTimeWeaver"}.
|
||||
* @param loadTimeWeaver the specific <code>LoadTimeWeaver</code> that is to be used
|
||||
* @param beanFactory the BeanFactory to retrieve the LoadTimeWeaver from
|
||||
*/
|
||||
public LoadTimeWeaverAwareProcessor(BeanFactory beanFactory) {
|
||||
this.beanFactory = beanFactory;
|
||||
|
||||
Reference in New Issue
Block a user