Annotation Type | Description |
---|---|
Ignore | |
Index |
This annotation will add a search index to the field.
|
PrimaryKey |
The @PrimaryKey annotation will mark a field as a primary key inside Realm.
|
RealmClass | |
RealmModule |
By default a Realm can stores all classes extending RealmObject in a project.
|
Required |
This annotation will mark the field as not nullable.
|