dev.monosoul.jooq.ValueHolder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jooq-gradle-plugin Show documentation
Show all versions of jooq-gradle-plugin Show documentation
Generates jOOQ classes using dockerized database
package dev.monosoul.jooq
import java.io.Serializable
/**
* Sealed value class having a single private implementation.
*
* Provides a way to make some task input API stricter.
*/
sealed class ValueHolder : Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy