@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Internal
@Documented
public @interface Internal
APIs annotated with @Internal must NOT be used.
Internal APIs must only be used by ObjectBox and may change or be removed in a future release.