jdk/src/java.base/share/classes/java/lang/invoke/LambdaMetafactory.java
changeset 44255 515cf13d7791
parent 25859 3317bb8137f4
child 45117 7470e726740b
equal deleted inserted replaced
44254:123a06da53d0 44255:515cf13d7791
   209  *
   209  *
   210  * @implNote The implementation method is described with a method handle. In
   210  * @implNote The implementation method is described with a method handle. In
   211  * theory, any method handle could be used. Currently supported are direct method
   211  * theory, any method handle could be used. Currently supported are direct method
   212  * handles representing invocation of virtual, interface, constructor and static
   212  * handles representing invocation of virtual, interface, constructor and static
   213  * methods.
   213  * methods.
       
   214  * @since 1.8
   214  */
   215  */
   215 public class LambdaMetafactory {
   216 public class LambdaMetafactory {
   216 
   217 
   217     /** Flag for alternate metafactories indicating the lambda object
   218     /** Flag for alternate metafactories indicating the lambda object
   218      * must be serializable */
   219      * must be serializable */