dev.bpmcrafters.processengineapi.Empty.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of process-engine-api Show documentation
Show all versions of process-engine-api Show documentation
Java API for engine-independent process functionality.
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
}