Class JavaMultiLineCommentBuilder<CommentType extends JavaMultiLineComment>

java.lang.Object
com.github.tadukoo.java.comment.JavaMultiLineCommentBuilder<CommentType>
Type Parameters:
CommentType - The type of JavaMultiLineComment being built
Direct Known Subclasses:
EditableJavaMultiLineComment.EditableJavaMultiLineCommentBuilder, UneditableJavaMultiLineComment.UneditableJavaMultiLineCommentBuilder

public abstract class JavaMultiLineCommentBuilder<CommentType extends JavaMultiLineComment> extends Object
A builder used to build a multi-line comment. It takes the following parameters:
Java Multi-Line Comment Parameters
Parameter Name Description Default or Required
content The content of the comment An empty list
Version:
Beta v.0.5
Author:
Logan Ferree (Tadukoo)
  • Field Details

    • content

      protected List<String> content
      The content of the comment
  • Constructor Details

    • JavaMultiLineCommentBuilder

      protected JavaMultiLineCommentBuilder()
      Can only instantiate from subclasses
  • Method Details