Use @link

This commit is contained in:
Gary Gregory 2024-07-31 08:57:54 -04:00
parent 066b9d3047
commit bd051edb1e
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ public final class MethodInvokers {
/**
* Produces an instance of the given single-method interface which redirects its calls to the given method.
* <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>
*
* @param <T> The interface type.