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:
@ -1,3 +1,3 @@
|
||||
/** A DNS over HTTPS implementation for OkHttp. */
|
||||
@javax.annotation.ParametersAreNonnullByDefault
|
||||
@okhttp3.internal.annotations.EverythingIsNonNull
|
||||
package okhttp3.dnsoverhttps;
|
||||
|
Reference in New Issue
Block a user