aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/Processing.java
diff options
context:
space:
mode:
authorLiam Miller-Cushon <cushon@google.com>2021-09-16 17:53:37 -0700
committerJavac Team <javac-team+copybara@google.com>2021-09-16 17:54:11 -0700
commit7903a8524894e0e945884866ea2be40c509a4b35 (patch)
treea5554a96a8a6f40b8e7483ebcb9a6c8576c0a34c /java/com/google/turbine/binder/Processing.java
parent86c0940daf791d769e4f456d50a6473b7ed8cb58 (diff)
downloadturbine-7903a8524894e0e945884866ea2be40c509a4b35.tar.gz
Finish migrating to JSpecify annotations
PiperOrigin-RevId: 397209445
Diffstat (limited to 'java/com/google/turbine/binder/Processing.java')
-rw-r--r--java/com/google/turbine/binder/Processing.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/binder/Processing.java b/java/com/google/turbine/binder/Processing.java
index 9bbf213..5e66577 100644
--- a/java/com/google/turbine/binder/Processing.java
+++ b/java/com/google/turbine/binder/Processing.java
@@ -74,7 +74,7 @@ import javax.annotation.processing.Processor;
import javax.lang.model.SourceVersion;
import javax.lang.model.element.TypeElement;
import javax.tools.Diagnostic;
-import org.checkerframework.checker.nullness.qual.Nullable;
+import org.jspecify.nullness.Nullable;
/** Top level annotation processing logic, see also {@link Binder}. */
public class Processing {