We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b652150 commit 4034719Copy full SHA for 4034719
src/main/resources/META-INF/rewrite/jspecify.yml
@@ -28,7 +28,7 @@ recipeList:
28
- org.openrewrite.java.jspecify.MigrateFromJetbrainsAnnotations
29
# Running the following recipe on current versions of Spring can cause Spring to misunderstand a nullable field.
30
# For instance, a custom Prometheus scrape endpoint with @Nullable Set<String> includedNames will fail if
31
- # includedNames is null and if @Nullable is @org.jspecify.Nullable.
+ # includedNames is null and if @Nullable is @org.jspecify.annotations.Nullable.
32
# - org.openrewrite.java.jspecify.MigrateFromSpringFrameworkAnnotations
33
34
---
0 commit comments