Add @since tag to TransactionSynchronizationUtils.unwrapResourceIfNecessary()

Closes gh-26450
This commit is contained in:
Johnny Lim
2021-01-27 19:23:22 +09:00
committed by GitHub
parent 3e1b1638ef
commit 45650f2b27

View File

@@ -58,6 +58,7 @@ public abstract class TransactionSynchronizationUtils {
* Unwrap the given resource handle if necessary; otherwise return
* the given handle as-is.
* @see org.springframework.core.InfrastructureProxy#getWrappedObject()
* @since 5.3.4
*/
public static Object unwrapResourceIfNecessary(Object resource) {
Assert.notNull(resource, "Resource must not be null");