kotlin-datastore / org.khanacademy.metadata / Meta

Meta

@Target([AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY]) annotation class Meta

Annotation for specifying metadata on properties of datastore models.

Currently only lets you specify an alternate name under which a property will be stored.

TODO(colin): implement indexing as well.

Constructors

<init>

Meta(name: String = "")

Annotation for specifying metadata on properties of datastore models.

Properties

name

val name: String