Add missing since on setCurrentlyInvokedFactoryMethod()

See gh-29326
This commit is contained in:
Johnny Lim
2022-10-16 22:32:21 +09:00
committed by Stephane Nicoll
parent f4dfe94702
commit 1ea3f49eba

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);