Annotation Type Alpha


  • @Retention(CLASS)
    @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
    @Documented
    public @interface Alpha
    Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.

    An API bearing this annotation is exempt from any compatibility guarantees made by Tink.

    The presence of this annotation might also indicate that the quality or performance of the API in question not ready for production.

    It is unsafe to depend on alpha APIs.