Declare members of http package NonnullByDefault (#471)

* Add a package-info.java with NonnullByDefault annotation
* Make RequestCapturingClient return a response to satisfy the type checker
This commit is contained in:
Daniel Chao
2024-05-03 09:58:01 -07:00
committed by GitHub
parent 27d8a030b1
commit d28313bca8
2 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
@NonnullByDefault
package org.pkl.core.http;
import org.pkl.core.util.NonnullByDefault;