JavaParser v3.16.2 Release Notes

Release Date: 2020-10-16 // over 3 years ago
  • ๐Ÿ“œ issues resolved

    • ๐Ÿ›  FIXED: Enhanced the handling of line separator, introducing an enum LineSeparator that can be used. (PR #2685, by @MysterAitch)
    • ๐Ÿ›  FIXED: The generated metamodel classes now have the @Generated annotation (PR #2706, by @MysterAitch)
    • ๐Ÿ›  various other bugfixes and enhancements