mirror of
https://github.com/apple/pkl.git
synced 2026-04-14 04:29:43 +02:00
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:
@@ -0,0 +1,4 @@
|
||||
@NonnullByDefault
|
||||
package org.pkl.core.http;
|
||||
|
||||
import org.pkl.core.util.NonnullByDefault;
|
||||
Reference in New Issue
Block a user