- RealmClass - Annotation Type in io.realm.annotations
-
Interface used to mark a class that can be persisted by Realm.
- RealmField - Annotation Type in io.realm.annotations
-
Annotation used on fields in Realm model classes.
- RealmModule - Annotation Type in io.realm.annotations
-
By default a Realm can store all classes extending RealmObject in a project.
- RealmNamingPolicy - Enum in io.realm.annotations
-
This enum defines the possible ways class and field names can be mapped from what is used in Java
to the name used internally in the Realm file.
- Required - Annotation Type in io.realm.annotations
-
This annotation will mark the field or the element in io.realm.RealmList as not nullable.