io.codemodder.Importance Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codemodder-base Show documentation
Show all versions of codemodder-base Show documentation
Base framework for writing codemods in Java
package io.codemodder;
/** Represents the importance of a codemod. */
public enum Importance {
HIGH,
MEDIUM,
LOW
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy