Package com.github.tadukoo.java.comment
Class UneditableJavaMultiLineComment.UneditableJavaMultiLineCommentBuilder
java.lang.Object
com.github.tadukoo.java.comment.JavaMultiLineCommentBuilder<UneditableJavaMultiLineComment>
com.github.tadukoo.java.comment.UneditableJavaMultiLineComment.UneditableJavaMultiLineCommentBuilder
- Enclosing class:
- UneditableJavaMultiLineComment
public static class UneditableJavaMultiLineComment.UneditableJavaMultiLineCommentBuilder
extends JavaMultiLineCommentBuilder<UneditableJavaMultiLineComment>
A builder to build an
UneditableJavaMultiLineComment- Version:
- Beta v.0.5
- Author:
- Logan Ferree (Tadukoo)
- See Also:
-
Field Summary
Fields inherited from class com.github.tadukoo.java.comment.JavaMultiLineCommentBuilder
content -
Method Summary
Modifier and TypeMethodDescriptionprotected UneditableJavaMultiLineCommentUsed by subclasses to actually build the commentMethods inherited from class com.github.tadukoo.java.comment.JavaMultiLineCommentBuilder
build, content, content, copy
-
Method Details
-
constructComment
Used by subclasses to actually build the comment- Specified by:
constructCommentin classJavaMultiLineCommentBuilder<UneditableJavaMultiLineComment>- Returns:
- The newly constructed
comment
-