Skip to content

Commit

Permalink
Document the StringRules wrapper class
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 12, 2024
1 parent 9c99820 commit 7412e34
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import com.google.errorprone.refaster.annotation.BeforeTemplate;
import org.openrewrite.java.template.RecipeDescriptor;

@RecipeDescriptor(
name = "A collection of `String` rules",
description = "A collection of rules for refactoring methods called on `String` instances in Java code."
)
public class StringRules {
@RecipeDescriptor(
name = "Replace redundant `String` method calls with self",
Expand Down

0 comments on commit 7412e34

Please sign in to comment.