Immutables v2.2 Release Notes

Release Date: 2016-05-16 // almost 8 years ago
    • Thanks to contributors and issue reporters!
    • 👌 Improvements
      • Generic parameters support for Immutable objects! Modifiables are supported (likely).
      • Jackson/Gson Adapters support for generics
      • Collections now can be nullable and/or also @Value.Default. Default attributes can be nullable, yet allowing arbitrary default values.
      • Depluralization dictionaries can be specified on multiple levels (type, package, meta-annotation). All applicable dictionary entries will be merged.
    • Backward compatibility should be preserved.
    • Issues