Annotation Type RepeatOnSuccess
@Deprecated(since="This is just for informative purpose, as it is not implemented yet")
@Target(TYPE)
public @interface RepeatOnSuccess
Deprecated.
This indicates given
IMutator
should be applied on the same node if it succeeded. Some IMutator
can
typically triggers multiple times, e.g. when it applies on Statement
of a BlockStmt
.- Author:
- Benoit Lacelle