Searched refs:fileComment (Results 1 – 1 of 1) sorted by relevance
57 public final CodeBlock fileComment; field in JavaFile65 this.fileComment = builder.fileComment.build(); in JavaFile()129 if (!fileComment.isEmpty()) { in emit()130 codeWriter.emitComment(fileComment); in emit()209 builder.fileComment.add(fileComment); in toBuilder()218 private final CodeBlock.Builder fileComment = CodeBlock.builder(); field in Builder229 this.fileComment.add(format, args); in addFileComment()