Class Javadoc


  • public class Javadoc
    extends Object
    The structured content of a single Javadoc comment.

    It is composed by a description and a list of block tags.

    An example would be the text contained in this very Javadoc comment. At the moment of this writing this comment does not contain any block tags (such as @see AnotherClass)