mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
fixed javadoc errors
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@347 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
+1
-1
@@ -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