ConForM.CoopnTools.CoKer.DocComment
Class DocTag

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.DocComment.DocTag
Direct Known Subclasses:
AuthorDocTag, MoreDocTag, ParamDocTag, ReturnDocTag, SeeDocTag, VersionDocTag

public abstract class DocTag
extends java.lang.Object

Documentation Tag. This abstract class defines general documentation tags. A documentation tag is a part of a documentation comment, with a well defined structure.


Constructor Summary
DocTag()
           
 
Method Summary
abstract  java.lang.String tag()
          String representation of the tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocTag

public DocTag()
Method Detail

tag

public abstract java.lang.String tag()
String representation of the tag.