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

dev.bpmcrafters.processengineapi.Empty.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package dev.bpmcrafters.processengineapi

/**
 * Special empty marker, to be able to deliver the Void / Unit, independent of Java / Kotlin.
 */
object Empty {
  /**
   * Comply with hashcode contract in Java.
   */
  override fun hashCode(): Int = 1983210398
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy