Module jdk.compiler

Interface SerialFieldTree

  • All Superinterfaces:
    BlockTagTree, DocTree

    public interface SerialFieldTree
    extends BlockTagTree
    A tree node for an @serialData block tag.

    @serialField field-name field-type field-description

    Since:
    1.8
    • Method Detail

      • getName

        IdentifierTree getName()
        Returns the name of the serial field.
        Returns:
        the name of the serial field
      • getType

        ReferenceTree getType()
        Returns the type of the serial field.
        Returns:
        the type of the serial field
      • getDescription

        List<? extends DocTree> getDescription()
        Returns the description of the serial field.
        Returns:
        the description of the serial field