equal
deleted
inserted
replaced
36 import static java.lang.invoke.MethodHandleStatics.*; |
36 import static java.lang.invoke.MethodHandleStatics.*; |
37 |
37 |
38 /** |
38 /** |
39 * This class consists exclusively of static methods that help adapt |
39 * This class consists exclusively of static methods that help adapt |
40 * method handles to other JVM types, such as interfaces. |
40 * method handles to other JVM types, such as interfaces. |
|
41 * |
|
42 * @since 1.7 |
41 */ |
43 */ |
42 public class MethodHandleProxies { |
44 public class MethodHandleProxies { |
43 |
45 |
44 private MethodHandleProxies() { } // do not instantiate |
46 private MethodHandleProxies() { } // do not instantiate |
45 |
47 |