注解类型 RealmField
-
@Retention(RUNTIME) @Target(FIELD) @Inherited public @interface RealmField
用于 Realm 模型类中字段的注解。它描述了有关字段的元数据。
-
-
元素详细信息
-
值
字符串值
手动设置 Realm 为此字段使用的内部名称。 这将覆盖在类或模块上设置的任何RealmNamingPolicy
。- 默认:
- ""
-
-
-
名称
字符串名称
手动设置 Realm 为此字段使用的内部名称。 这将覆盖在类或模块上设置的任何RealmNamingPolicy
。- 默认:
- ""
-
-