io.codemodder.Importance Maven / Gradle / Ivy
package io.codemodder;
/** Represents the importance of a codemod. */
public enum Importance {
HIGH,
MEDIUM,
LOW
}
package io.codemodder;
/** Represents the importance of a codemod. */
public enum Importance {
HIGH,
MEDIUM,
LOW
}