Package io.objectbox.annotation
Annotation 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.