Annotation Type BetaApi


  • @Retention(RUNTIME)
    @Documented
    public @interface BetaApi
    Indicates that the method/class/etc marked is a beta implementation of an sdk feature.

    These APIs are subject to change and not a part of the backward compatibility commitment. Always used in conjunction with 'deprecated' to raise awareness to clients.