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

model.LastName.kt Maven / Gradle / Ivy

There is a newer version: 0.9.27
Show newest version
package com.github.fluidsonic.baku

import com.github.fluidsonic.fluid.json.*


@JSON
inline class LastName(val raw: String) {

	override fun toString() = raw
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy