org.incava.doctorj
Class JavadocTags
java.lang.Object
org.incava.doctorj.JavadocTags
public class JavadocTags
- extends java.lang.Object
Javadoc tags and the order in which they should appear for each Java type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTHOR
public static final java.lang.String AUTHOR
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
PARAM
public static final java.lang.String PARAM
- See Also:
- Constant Field Values
RETURN
public static final java.lang.String RETURN
- See Also:
- Constant Field Values
EXCEPTION
public static final java.lang.String EXCEPTION
- See Also:
- Constant Field Values
THROWS
public static final java.lang.String THROWS
- See Also:
- Constant Field Values
SEE
public static final java.lang.String SEE
- See Also:
- Constant Field Values
SINCE
public static final java.lang.String SINCE
- See Also:
- Constant Field Values
SERIAL
public static final java.lang.String SERIAL
- See Also:
- Constant Field Values
SERIALDATA
public static final java.lang.String SERIALDATA
- See Also:
- Constant Field Values
SERIALFIELD
public static final java.lang.String SERIALFIELD
- See Also:
- Constant Field Values
DEPRECATED
public static final java.lang.String DEPRECATED
- See Also:
- Constant Field Values
CUSTOM_TAG
public static final int CUSTOM_TAG
- See Also:
- Constant Field Values
JavadocTags
public JavadocTags()
add
public static void add(JavadocTags.TagDescription td)
getIndex
public static int getIndex(java.lang.String tag)
getTagsAtIndex
public static java.util.List getTagsAtIndex(int index)
getValidConstructorTags
public static java.util.List getValidConstructorTags()
getValidMethodTags
public static java.util.List getValidMethodTags()
getValidFieldTags
public static java.util.List getValidFieldTags()
getValidInterfaceTags
public static java.util.List getValidInterfaceTags()
getValidClassTags
public static java.util.List getValidClassTags()