jdk/src/share/classes/java/lang/invoke/MethodHandleProxies.java
changeset 18569 0e46c17766b7
parent 16906 44dfee24cb71
child 20534 da86f7904e6d
--- a/jdk/src/share/classes/java/lang/invoke/MethodHandleProxies.java	Thu Jun 27 14:40:21 2013 -0700
+++ b/jdk/src/share/classes/java/lang/invoke/MethodHandleProxies.java	Thu Jun 27 19:02:02 2013 -0700
@@ -108,8 +108,9 @@
      * Future versions of this API may also equip wrapper instances
      * with one or more additional public "marker" interfaces.
      *
+     * @param <T> the desired type of the wrapper, a single-method interface
+     * @param intfc a class object representing {@code T}
      * @param target the method handle to invoke from the wrapper
-     * @param intfc the desired type of the wrapper, a single-method interface
      * @return a correctly-typed wrapper for the given target
      * @throws NullPointerException if either argument is null
      * @throws IllegalArgumentException if the {@code intfc} is not a