mirror of
https://github.com/fankes/moshi.git
synced 2025-12-13 08:11:03 +08:00
Import jsr305 and use it to mark @Nullable stuff. (#297)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user