I found this an interesting article about using ASM to wrap lambda methods for Java 7:

http://mkto-o0074.com/846PMW8340000HX00h0J900

My thoughts are that it's possible to parse lambda expressions, serialize them and capture any arguments, verify the lambda expression during unmarshalling then dynamically create a class remotely, while remaining compliant with the lambda spec.

Cheers,

Peter.

Reply via email to