Annotation Interface NotUseButSave


@Documented @Target({METHOD,FIELD,TYPE}) @Retention(SOURCE) public @interface NotUseButSave
NotUseButSave註釋用於標記不打算立即使用的方法、字段或類型, 但保留供將來參考或可能的將來使用。
Since:
2024-02-18
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    指定標註元素被引入的版本或發布版。
  • Element Details

    • since

      String since
      指定標註元素被引入的版本或發布版。
      Returns:
      標註元素被引入的版本或發布版
      Default:
      ""