モジュール jdk.compiler
パッケージ com.sun.source.doctree

インタフェースSerialFieldTree

  • すべてのスーパー・インタフェース:
    BlockTagTree, DocTree

    public interface SerialFieldTree
    extends BlockTagTree
    @serialDataブロック・タグのツリー・ノードです。

    @serialField field-name field-type field-description

    導入されたバージョン:
    1.8
    • メソッドの詳細

      • getName

        IdentifierTree getName()
        シリアル・フィールドの名前を返します。
        戻り値:
        シリアル・フィールドの名前
      • getType

        ReferenceTree getType()
        シリアル・フィールドの型を返します。
        戻り値:
        シリアル・フィールドの型
      • getDescription

        List<? extends DocTree> getDescription()
        シリアル・フィールドの説明を返します。
        戻り値:
        シリアル・フィールドの説明