Annotation Interface Alpha


Signifies that a public API element is in the early stages of development, subject to incompatible changes, or even removal, in a future release and may lack some intended features. An API bearing this annotation may contain known issues affecting functionality, performance, and stability. It is also exempt from any compatibility guarantees made by its containing library.

It is inadvisable for applications to use Alpha APIs in production environments or for libraries (which get included on users' CLASSPATHs, outside the library developers' control) to depend on these APIs. Alpha APIs are intended for experimental purposes only.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      Reason[] value
      Returns:
      The reason an API element is marked with Alpha.