mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Use @link
This commit is contained in:
parent
066b9d3047
commit
bd051edb1e
@ -197,7 +197,7 @@ public static <T, R> Function<T, R> asFunction(final Method method) {
|
|||||||
/**
|
/**
|
||||||
* Produces an instance of the given single-method interface which redirects its calls to the given method.
|
* Produces an instance of the given single-method interface which redirects its calls to the given method.
|
||||||
* <p>
|
* <p>
|
||||||
* For the definition of "single-method", see {@linkplain MethodHandleProxies#asInterfaceInstance(Class, MethodHandle)}.
|
* For the definition of "single-method", see {@link MethodHandleProxies#asInterfaceInstance(Class, MethodHandle)}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param <T> The interface type.
|
* @param <T> The interface type.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user