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-aop/src/main/java/org/springframework/aop/framework/autoproxy/target/LazyInitTargetSourceCreator.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2006 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.
@@ -25,7 +25,7 @@
25
25
* TargetSourceCreator that enforces a LazyInitTargetSource for each bean
26
26
* that is defined as "lazy-init". This will lead to a proxy created for
27
27
* each of those beans, allowing to fetch a reference to such a bean
28
-
* without actually initialized the target bean instance.
28
+
* without actually initializing the target bean instance.
29
29
*
30
30
* <p>To be registered as custom TargetSourceCreator for an auto-proxy creator,
31
31
* in combination with custom interceptors for specific beans or for the
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostConstructAndAutowiringTests.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
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.
@@ -101,6 +101,7 @@ public TestBean beanMethod() {
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/context/annotation/ImportBeanDefinitionRegistrarTests.java
0 commit comments