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 59d56a6 commit 68f52b9Copy full SHA for 68f52b9
src/main/resources/META-INF/rewrite/jspecify.yml
@@ -52,7 +52,7 @@ recipeList:
52
ignoreDefinition: true
53
- org.openrewrite.java.ChangeType:
54
oldFullyQualifiedTypeName: javax.annotation.ParametersAreNonnullByDefault
55
- newFullyQualifiedTypeName: org.jspecify.annotation.NullMarked
+ newFullyQualifiedTypeName: org.jspecify.annotations.NullMarked
56
57
- org.openrewrite.staticanalysis.java.MoveFieldAnnotationToType:
58
annotationType: org.jspecify.annotations.*
0 commit comments