Package com.github.chhorz.javadoc.tags
Class BlockTag.Segment
- java.lang.Object
-
- com.github.chhorz.javadoc.tags.BlockTag.Segment
-
- Enclosing interface:
- BlockTag
public static class BlockTag.Segment extends java.lang.Object
Representation for a javadoc segment of a given tag.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SEGMENT_NAME_PATTERN
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSegmentName()
boolean
isRequired()
java.lang.String
toString()
-
-
-
Field Detail
-
SEGMENT_NAME_PATTERN
public static final java.lang.String SEGMENT_NAME_PATTERN
- See Also:
- Constant Field Values
-
-