Commit e2033992 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.4.x'

parents 33c1a050 93436335
...@@ -50,6 +50,7 @@ public final class DataSourceUnwrapper { ...@@ -50,6 +50,7 @@ public final class DataSourceUnwrapper {
* @param <I> the interface that the target type must implement * @param <I> the interface that the target type must implement
* @param <T> the target type * @param <T> the target type
* @return an object that implements the target type or {@code null} * @return an object that implements the target type or {@code null}
* @since 2.3.8
* @see Wrapper#unwrap(Class) * @see Wrapper#unwrap(Class)
*/ */
public static <I, T extends I> T unwrap(DataSource dataSource, Class<I> unwrapInterface, Class<T> target) { public static <I, T extends I> T unwrap(DataSource dataSource, Class<I> unwrapInterface, Class<T> target) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment