Annotation Type BetaApi (2.29.1)

public interface BetaApi implements Annotation

Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.

Usage guidelines:

  1. This annotation is used only on APIs with public visibility. Internal interfaces should not use it.
  2. This annotation should only be added to new APIs. Adding it to an existing API is considered API-breaking.
  3. Removing this annotation from an API gives it stable status, assuming the API doesn't have other annotations denoting instability (such as InternalApi or InternalExtensionOnly).

Implements

Annotation

Methods

value()

public abstract String value()

Context information such as links to a discussion thread, tracking issue, etc.

Returns
TypeDescription
String