Merge pull request #29326 from izeye

* pr/29326:
  Add missing since on setCurrentlyInvokedFactoryMethod()

Closes gh-29326
This commit is contained in:
Stephane Nicoll
2022-10-18 13:03:39 +02:00

View File

@@ -56,6 +56,7 @@ public class SimpleInstantiationStrategy implements InstantiationStrategy {
/**
* Set the factory method currently being invoked or {@code null} to reset.
* @param method the factory method currently being invoked or {@code null}
* @since 6.0
*/
public static void setCurrentlyInvokedFactoryMethod(@Nullable Method method) {
currentlyInvokedFactoryMethod.set(method);