File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/support Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2014 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
54
54
import org .springframework .util .StringUtils ;
55
55
56
56
/**
57
- * Helper class for resolving constructors and factory methods.
57
+ * Delegate for resolving constructors and factory methods.
58
58
* Performs constructor resolution through argument matching.
59
59
*
60
- * <p>Operates on an {@link AbstractBeanFactory} and an {@link InstantiationStrategy}.
61
- * Used by {@link AbstractAutowireCapableBeanFactory}.
62
- *
63
60
* @author Juergen Hoeller
64
61
* @author Rob Harrop
65
62
* @author Mark Fisher
You can’t perform that action at this time.
0 commit comments