Annotation Interface UnderDevelopment


@Retention(CLASS) @Target({METHOD,CONSTRUCTOR,TYPE,FIELD}) public @interface UnderDevelopment
Indicates that an API (class, method, or field) is under development and is not yet stable. This annotation warns users that the annotated element may change or be removed in future versions.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An optional message providing additional details about the development status.
  • Element Details

    • value

      String value
      An optional message providing additional details about the development status.
      Default:
      ""