All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.Importance Maven / Gradle / Ivy

There is a newer version: 0.98.6
Show newest version
package io.codemodder;

/** Represents the importance of a codemod. */
public enum Importance {
  HIGH,
  MEDIUM,
  LOW
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy