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

io.codemodder.Importance Maven / Gradle / Ivy

package io.codemodder;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy