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

run.smt.ktest.db.mapping.Column.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package run.smt.ktest.db.mapping

/**
 * Marks field as SQL column with specified name
 */
@MustBeDocumented
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.PROPERTY)
annotation class Column(val name: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy