@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.
Meta(name: String = "")
Annotation for specifying metadata on properties of datastore models. |
val name: String |