ucr-riple / NullAwayAnnotator

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

Javadoc update and add @Nullable annotations in Injector module #166

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR updates the javadoc comment for visit method in Location class. And also adds the required @Nullable annotations to apply methods and its overriding methods.