Ignore

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class Ignore

Annotation marking a field as ignored inside Realm, meaning that it will not be part of the models' schema.

Any field in a RealmObject class can have this annotation.

Constructors

Ignore
Link copied to clipboard
fun Ignore()