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 197eb12 commit bce5450Copy full SHA for bce5450
src/main/resources/META-INF/rewrite/jspecify.yml
@@ -47,6 +47,10 @@ recipeList:
47
oldFullyQualifiedTypeName: javax.annotation.Nonnull
48
newFullyQualifiedTypeName: org.jspecify.annotations.NonNull
49
ignoreDefinition: true
50
+ - org.openrewrite.java.ChangeType:
51
+ oldFullyQualifiedTypeName: javax.annotation.ParametersAreNonnullByDefault
52
+ newFullyQualifiedTypeName: org.jspecify.annotation.NullMarked
53
+ ignoreDefinition: true
54
- org.openrewrite.staticanalysis.java.MoveFieldAnnotationToType:
55
annotationType: org.jspecify.annotations.*
56
---
0 commit comments