Class AlreadyReplaced

java.lang.Object
org.openrewrite.marker.AlreadyReplaced
All Implemented Interfaces:
Marker

public class AlreadyReplaced extends Object implements Marker
Ensure that the same replacement is not applied to the same file more than once per recipe run. Used to avoid the situation where replacing "a" with "ab" results in something like "abb".
  • Constructor Details

    • AlreadyReplaced

      public AlreadyReplaced()