equal
deleted
inserted
replaced
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 */ |