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.
2 parents f4dfe94 + 1ea3f49 commit d19f63fCopy full SHA for d19f63f
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