Interface SerialFieldTree

All Superinterfaces:
BlockTagTree, DocTree

public interface SerialFieldTree extends BlockTagTree
A tree node for an @serialField block tag.
    @serialField field-name field-type field-description
 
Since:
1.8
  • Method Details Link icon

    • getName Link icon

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

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

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