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

shark.LeakNodeStatus.kt Maven / Gradle / Ivy

package shark

/**
 * This class is kept to support backward compatible deserialization.
 */
internal enum class LeakNodeStatus {
  NOT_LEAKING,
  LEAKING,
  UNKNOWN;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy