Class JavadocBuilder<JavadocType extends Javadoc>

java.lang.Object
com.github.tadukoo.java.javadoc.JavadocBuilder<JavadocType>
Direct Known Subclasses:
EditableJavadoc.EditableJavadocBuilder, UneditableJavadoc.UneditableJavadocBuilder

public abstract class JavadocBuilder<JavadocType extends Javadoc> extends Object
A builder class to build a Javadoc. It has the following parameters:
Javadoc Parameters
Parameter Description Default or Required
condensed Whether the Javadoc is condensed or not Defaults to false
content The content of the Javadoc Defaults to an empty List
author The author of the Javadoc Defaults to null
version The version of the Javadoc Defaults to null
since The "since" value of the Javadoc Defaults to null
params The parameters in the Javadoc Defaults to an empty list
returnVal The return string for the Javadoc Defaults to null
throwsInfos The throws info for the Javadoc Defaults to an empty list
Since:
Alpha v.0.3.3 (within Javadoc), Alpha v.0.4 (as its own class)
Version:
Beta v.0.5
Author:
Logan Ferree (Tadukoo)