Import jsr305 and use it to mark @Nullable stuff. (#297)

This commit is contained in:
Jesse Wilson
2017-05-06 20:31:24 -04:00
committed by GitHub
parent dac5f695b3
commit c65b3bf1cb
26 changed files with 149 additions and 92 deletions

View File

@@ -12,6 +12,11 @@
<artifactId>moshi-examples</artifactId>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>