diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java index 72524970cdb..a2e2725f67f 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java @@ -50,6 +50,7 @@ public final class DataSourceUnwrapper { * @param the interface that the target type must implement * @param the target type * @return an object that implements the target type or {@code null} + * @since 2.3.8 * @see Wrapper#unwrap(Class) */ public static T unwrap(DataSource dataSource, Class unwrapInterface, Class target) {