Package org.openrewrite.marker
Class AlreadyReplaced
java.lang.Object
org.openrewrite.marker.AlreadyReplaced
- All Implemented Interfaces:
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()
-