NullAway v0.9.9 Release Notes

    • ๐Ÿ›  Fix handling of empty contract arguments (#616)
    • ๐Ÿ›  Fix inconsistent treament of generated code in RestrictiveAnnotationHandler (#618)
    • ๐Ÿ‘ Allow Library Models to override annotations. (#624)
    • ๐Ÿ‘ Allow tracking field accesses outside the this instance and static fields (#625)
    • โž• Add Guava 31+ support by treating @ParametricNullness as @nullable (#629)
    • ๐Ÿ”จ Refactoring:
      • Clean up: Remove method parameter protection analysis (#622)
      • Clean up: Remove nullable annotation configuration in fix serialization. (#621)
    • ๐Ÿ— Build / CI tooling for NullAway itself:
      • Add a microbenchmark for type inference / dataflow (#617)