Package io.realm.annotations
Annotation Type RealmField
-
@Retention(RUNTIME) @Target(FIELD) @Inherited public @interface RealmFieldAnnotation used on fields in Realm model classes. It describes metadata about the field.
-
-
Element Detail
-
value
java.lang.String value
Manually set the internal name used by Realm for this field. This will override anyRealmNamingPolicyset on the class or the module.- Default:
- ""
-
-
-
name
java.lang.String name
Manually set the internal name used by Realm for this field. This will override anyRealmNamingPolicyset on the class or the module.- Default:
- ""
-
-