Use @link

This commit is contained in:
Gary Gregory 2024-07-31 08:57:54 -04:00
parent 066b9d3047
commit bd051edb1e

View File

@ -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.