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

io.github.databob.Generator.kt Maven / Gradle / Ivy

The newest version!
package io.github.databob

import java.lang.reflect.Type

interface Generator {
    fun mk(type: Type, databob: Databob): Any?
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy