Skip to content

Commit

Permalink
openrewrite#141 add lombok value to record conversion to lombok recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin0x90 committed Oct 19, 2023
1 parent 0f3ad83 commit 7876243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/rewrite/lombok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: lombok.experimental.val
newFullyQualifiedTypeName: lombok.val
- org.openrewrite.java.migrate.lombok.LombokValToFinalVar
- org.openrewrite.java.migrate.lombok.LombokValToFinalVar
- org.openrewrite.java.migrate.lombok.LombokValueToRecord

0 comments on commit 7876243

Please sign in to comment.