Beta |
This annotation is added to classes, constructors or methods which are considered in beta phase.
|
Ignore |
|
Index |
This annotation will add a search index to the field.
|
LinkingObjects |
Annotation for defining a reverse relationship from one class to another.
|
PrimaryKey |
The @PrimaryKey annotation will mark a field as a primary key inside Realm.
|
RealmClass |
Interface used to mark a class that can be persisted by Realm.
|
RealmField |
Annotation used on fields in Realm model classes.
|
RealmModule |
By default a Realm can store all classes extending RealmObject in a project.
|
Required |
This annotation will mark the field or the element in io.realm.RealmList as not nullable.
|