| Annotation Type | Description |
|---|---|
| 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 | |
| RealmModule |
By default a Realm can store all classes extending RealmObject in a project.
|
| Required |
This annotation will mark the field as not nullable.
|