Skip to content

1.4

Compare
Choose a tag to compare
@cushon cushon released this 29 Aug 16:01
· 431 commits to master since this release

1.4 release

  • initial support for Java 9 language features (effectively final variables in try-with-resources, module-info.java files).
  • Remove java.lang imports
  • Handle varargs lambda parameters
  • Wrap line comments that exceed the column limit
  • Ensure leading spaces are present in line comments (//comment -> // comment).
  • Wrap before /*parameter=*/ comments.
  • Handle type-annotated varargs.