Skip to content
Discussion options

You must be logged in to vote

hi! For this replacement you'll likely want to use ChangeType instead. You'll find a couple more examples here:

- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.openrewrite.internal.lang.Nullable
newFullyQualifiedTypeName: org.jspecify.annotations.Nullable
ignoreDefinition: true
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.openrewrite.internal.lang.NonNullApi
newFullyQualifiedTypeName: org.jspecify.annotations.NullMarked
ignoreDefinition: true
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timtebeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants