content
The content of the
JavadocEditableJavadoc.EditableJavadocBuilder, UneditableJavadoc.UneditableJavadocBuilderJavadoc. It has the following 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 |
protected StringJavadocprotected booleanJavadoc is condensed or notJavadocJavadocprotected StringJavadocprotected StringJavadocJavadocprotected StringJavadocbuild()Javadoc using the set parametersJavadoc is condensedcondensed(boolean condensed) protected abstract JavadocTypeJavadoc using the set parametersJavadoc to this builderthrowsInfo(com.github.tadukoo.util.tuple.Pair<String,String> throwsInfo) throwsInfo(String throwable,
String explanation) throwsInfos(List<com.github.tadukoo.util.tuple.Pair<String,String>> throwsInfos) Javadoc is condensed or notJavadocJavadocJavadocJavadocJavadocJavadocJavadocJavadoc to this builderjavadoc - The Javadoc to copy settings fromcondensed - Whether the Javadoc is condensed or notJavadoc is condensedcontent - The content of the Javadoccontent - Content for the Javadoc (to add to the List)author - The author of the Javadocversion - The version for the Javadocsince - The "since" value for the Javadocparams - The parameters in the Javadocparam - A parameter in the Javadoc to add to the listreturnVal - The return string for the JavadocthrowsInfos - The throws info for the JavadocthrowsInfo - A throws info for the Javadocthrowable - The throwable being thrown for the Javadocexplanation - The explanation of the throwable being thrownJavadoc using the set parametersJavadocJavadoc using the set parametersJavadoc