Class JavaSingleLineCommentBuilder<CommentType extends JavaSingleLineComment>

java.lang.Object
com.github.tadukoo.java.comment.JavaSingleLineCommentBuilder<CommentType>
Type Parameters:
CommentType - The type of JavaSingleLineComment to be built
Direct Known Subclasses:
EditableJavaSingleLineComment.EditableJavaSingleLineCommentBuilder, UneditableJavaSingleLineComment.UneditableJavaSingleLineCommentBuilder

public abstract class JavaSingleLineCommentBuilder<CommentType extends JavaSingleLineComment> extends Object
A builder used to build a JavaSingleLineComment. It takes the following parameters:
Single Line Comment Parameters
Parameter Name Description Default or Required
content The content of the comment Defaults to empty string
Version:
Beta v.0.5
Author:
Logan Ferree (Tadukoo)