Package io.objectbox.annotation
Annotation Type BaseEntity
-
@Retention(CLASS) @Target(TYPE) public @interface BaseEntity
Marks a class as an ObjectBox Entity super class. ObjectBox will store properties of this class as part of an Entity that inherits from this class. See the Entity Inheritance documentation for details.