We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dfe94 commit 1ea3f49Copy full SHA for 1ea3f49
spring-beans/src/main/java/org/springframework/beans/factory/support/SimpleInstantiationStrategy.java
@@ -56,6 +56,7 @@ public static Method getCurrentlyInvokedFactoryMethod() {
56
/**
57
* Set the factory method currently being invoked or {@code null} to reset.
58
* @param method the factory method currently being invoked or {@code null}
59
+ * @since 6.0
60
*/
61
public static void setCurrentlyInvokedFactoryMethod(@Nullable Method method) {
62
currentlyInvokedFactoryMethod.set(method);
0 commit comments