Annotation Type SdkPreviewApi


@Target({PACKAGE,TYPE,FIELD,CONSTRUCTOR,METHOD}) public @interface SdkPreviewApi
Marker interface for preview and experimental APIs. Breaking changes may be introduced to elements marked as SdkPreviewApi. Users of the SDK should assume that anything annotated as preview will change or break, and should not use them in production.