ucr-riple / NullAwayAnnotator

A tool to help adapting code bases to NullAway type system.
MIT License
13 stars 6 forks source link

Convert Modification abstract class to an interface #162

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR updates the Modification abstract class to an interface. It prepares the architecture for upcoming PR which enables adding annotations in local variables along its type arguments.