Relates :
|
As reported at [1], the synthetic method emitted for a lambda expression does not have a MethodParameters attribute, even when javac -parameters is specified. This is an oversight, as other attributes are generated as expected for the synthetic method, e.g. Runtime[In]VisibleTypeAnnotations for annotations on types of lambda formal parameters. [1] http://mail.openjdk.java.net/pipermail/type-annotations-spec-comments/2014-March/000071.html
|