jdk/src/java.base/share/classes/java/lang/invoke/MethodHandleProxies.java
changeset 44255 515cf13d7791
parent 37363 329dba26ffd2
equal deleted inserted replaced
44254:123a06da53d0 44255:515cf13d7791
    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