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

com.tianyisoft.database.snippets.Snippet.kt Maven / Gradle / Ivy

The newest version!
package com.tianyisoft.database.snippets

import com.tianyisoft.database.Builder

fun interface Snippet {
    fun apply(builder: Builder, vararg params: Any?)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy