| Package | Description |
|---|---|
| io.objectbox.annotation |
Annotations to mark a class as an
@Entity,
to specify the @Id Property,
to create an @Index or
a @Transient Property. |
| io.objectbox.annotation.apihint |
Annotations to mark APIs as for example
@Internal
or @Experimental. |
| io.objectbox.converter |
For use with
@Convert: PropertyConverter
to convert custom Property types. |