Annotation Type UnstableApi


@Retention(SOURCE)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
public @interface UnstableApi
Indicates the API of the target is not mature enough to guarantee the compatibility between releases. Its behavior, signature or even existence might change without a prior notice at any point.