Enum JavadocInlineTag.Type

java.lang.Object
java.lang.Enum<JavadocInlineTag.Type>
spoon.javadoc.internal.JavadocInlineTag.Type
All Implemented Interfaces:
Serializable, Comparable<JavadocInlineTag.Type>
Enclosing class:
JavadocInlineTag

public static enum JavadocInlineTag.Type extends Enum<JavadocInlineTag.Type>
The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent an unknown tag. See also: Tags in the Javadoc specification