Package io.objectbox.annotation.apihint
Annotations to mark APIs as for example
@Internal
or @Experimental
.-
Annotation Types Summary Annotation Type Description Beta APIs annotated with @Beta may change and may be even removed in a future release (but is somewhat less likely compared toExperimental
).Experimental APIs annotated with @Experimental are likely to change and may be even removed in a future release.Internal APIs annotated with @Internal must NOT be used.