dev.monosoul.jooq.settings.SettingsElement.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
The newest version!
package dev.monosoul.jooq.settings
import java.io.Serializable
internal interface SettingsElement : Serializable {
override fun hashCode(): Int
override fun equals(other: Any?): Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy