Package io.objectbox.annotation.apihint
Annotation Interface Beta
@Retention(CLASS)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Documented
public @interface Beta
APIs annotated with @Beta may change and may be even removed in a future release (but is somewhat less likely
compared to
Experimental
). You can still use this API - just be aware that a future version may require
changes of your code. This is intended for getting feedback on planned features.