1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

EverythingIsNonNull annotation (#4286)

Adds an annotation EverythingIsNonNull, and fixes some nullability on public API.
This commit is contained in:
Yuri Schimke
2018-09-30 09:33:42 +01:00
committed by GitHub
parent a1b6632fd9
commit ceb42f1322
18 changed files with 80 additions and 32 deletions

View File

@ -1,3 +1,3 @@
/** A DNS over HTTPS implementation for OkHttp. */
@javax.annotation.ParametersAreNonnullByDefault
@okhttp3.internal.annotations.EverythingIsNonNull
package okhttp3.dnsoverhttps;