Annotation Interface Experimental


Indicates that a class/constructor/method is experimental and might change in the future.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Describes why the annotated element is experimental
  • Element Details

    • value

      String value
      Describes why the annotated element is experimental
      Returns:
      The experimental description
      Default:
      "This feature is experimental and the API is subject to change"