< prev index next >

src/java.compiler/share/classes/javax/lang/model/SourceVersion.java

Print this page

        

*** 55,65 **** * 1.6: no changes * 1.7: diamond syntax, try-with-resources, etc. * 1.8: lambda expressions and default methods * 9: modules, small cleanups to 1.7 and 1.8 changes * 10: local-variable type inference (var) ! * 11: to be determined changes */ /** * The original version. * --- 55,66 ---- * 1.6: no changes * 1.7: diamond syntax, try-with-resources, etc. * 1.8: lambda expressions and default methods * 9: modules, small cleanups to 1.7 and 1.8 changes * 10: local-variable type inference (var) ! * 11: local-variable syntax for lambda parameters ! * 12: TBD */ /** * The original version. *
*** 167,176 **** --- 168,180 ---- /** * The version recognized by the Java Platform, Standard Edition * 11. * + * Additions in this release include local-variable syntax for + * lambda parameters. + * * @since 11 */ RELEASE_11, /**
< prev index next >