File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ recipeList:
55
55
artifactId : jspecify
56
56
version : latest.release
57
57
onlyIfUsing : javax.annotation.*ull*
58
+ acceptTransitive : true
58
59
- org.openrewrite.java.ChangeType :
59
60
oldFullyQualifiedTypeName : javax.annotation.Nullable
60
61
newFullyQualifiedTypeName : org.jspecify.annotations.Nullable
@@ -80,6 +81,7 @@ recipeList:
80
81
artifactId : jspecify
81
82
version : 1.0.0
82
83
onlyIfUsing : jakarta.annotation.*ull*
84
+ acceptTransitive : true
83
85
- org.openrewrite.java.ChangeType :
84
86
oldFullyQualifiedTypeName : jakarta.annotation.Nullable
85
87
newFullyQualifiedTypeName : org.jspecify.annotations.Nullable
@@ -101,6 +103,7 @@ recipeList:
101
103
artifactId : jspecify
102
104
version : 1.0.0
103
105
onlyIfUsing : org.jetbrains.annotations.*ull*
106
+ acceptTransitive : true
104
107
- org.openrewrite.java.ChangeType :
105
108
oldFullyQualifiedTypeName : org.jetbrains.annotations.Nullable
106
109
newFullyQualifiedTypeName : org.jspecify.annotations.Nullable
@@ -122,6 +125,7 @@ recipeList:
122
125
artifactId : jspecify
123
126
version : 1.0.0
124
127
onlyIfUsing : org.springframework.lang.*ull*
128
+ acceptTransitive : true
125
129
- org.openrewrite.java.ChangeType :
126
130
oldFullyQualifiedTypeName : org.springframework.lang.Nullable
127
131
newFullyQualifiedTypeName : org.jspecify.annotations.Nullable
You can’t perform that action at this time.
0 commit comments