You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.java
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ public AbstractAutowireCapableBeanFactory(BeanFactory parentBeanFactory) {
171
171
setParentBeanFactory(parentBeanFactory);
172
172
}
173
173
174
+
174
175
/**
175
176
* Set the instantiation strategy to use for creating bean instances.
176
177
* Default is CglibSubclassingInstantiationStrategy.
@@ -261,7 +262,6 @@ public void ignoreDependencyInterface(Class<?> ifc) {
0 commit comments