Skip to content

Commit d19f63f

Browse files
committed
Merge pull request #29326 from izeye
* pr/29326: Add missing since on setCurrentlyInvokedFactoryMethod() Closes gh-29326
2 parents f4dfe94 + 1ea3f49 commit d19f63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleInstantiationStrategy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static Method getCurrentlyInvokedFactoryMethod() {
5656
/**
5757
* Set the factory method currently being invoked or {@code null} to reset.
5858
* @param method the factory method currently being invoked or {@code null}
59+
* @since 6.0
5960
*/
6061
public static void setCurrentlyInvokedFactoryMethod(@Nullable Method method) {
6162
currentlyInvokedFactoryMethod.set(method);

0 commit comments

Comments
 (0)