Annotation Interface BetaPreview


@Retention(CLASS) @Target({METHOD,TYPE,FIELD}) @Deprecated public @interface BetaPreview
Deprecated.
Indicates that a feature is still under development and might be heavily reworked.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    Message to be displayed when the feature is used.
  • Element Details

    • value

      String value
      Deprecated.
      Message to be displayed when the feature is used.
      Returns:
      message current depracation message
      Default:
      "This feature is in beta and might undergo signature or behaviour changes in the future."