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

kotlincursor.annotation.ColumnAdapter.kt Maven / Gradle / Ivy

The newest version!
package kotlincursor.annotation

import kotlin.reflect.KClass

/**
 * Annotation that indicates the [ColumnTypeAdapter] to use when converting the annotated field to
 * [android.content.ContentValues] and from [android.database.Cursor].
 */
@Target(AnnotationTarget.FIELD)
annotation class ColumnAdapter(val value: KClass>)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy