Package com.github.chhorz.javadoc.tags
Class SerialFieldTag
- java.lang.Object
-
- com.github.chhorz.javadoc.tags.StructuredTag
-
- com.github.chhorz.javadoc.tags.SerialFieldTag
-
public class SerialFieldTag extends StructuredTag
Oracle documentation @serialField tag- Author:
- chhorz
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.chhorz.javadoc.tags.BlockTag
BlockTag.Segment
-
-
Constructor Summary
Constructors Constructor Description SerialFieldTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFieldDescription()
java.lang.String
getFieldName()
java.lang.String
getFieldType()
-
Methods inherited from class com.github.chhorz.javadoc.tags.StructuredTag
createPattern, getSegments, getTagName, getValues, putValue, toString
-
-