Class BlockTag.Segment

java.lang.Object
com.github.chhorz.javadoc.tags.BlockTag.Segment
Enclosing interface:
BlockTag

public static class BlockTag.Segment extends Object
Representation for a javadoc segment of a given tag.
  • Field Details

  • Constructor Details

    • Segment

      public Segment(String name)
    • Segment

      public Segment(String segmentName, boolean required)
  • Method Details

    • getSegmentName

      public String getSegmentName()
    • isRequired

      public boolean isRequired()
    • toString

      public String toString()
      Overrides:
      toString in class Object