Class CommentComposer
- java.lang.Object
-
- com.google.api.generator.gapic.composer.comment.CommentComposer
-
public class CommentComposer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CommentStatementAPACHE_LICENSE_COMMENTstatic CommentStatementAUTO_GENERATED_CLASS_COMMENTstatic CommentStatementAUTO_GENERATED_METHOD_COMMENTstatic List<Statement>AUTO_GENERATED_SAMPLE_COMMENT
-
Constructor Summary
Constructors Constructor Description CommentComposer()
-
-
-
Field Detail
-
APACHE_LICENSE_COMMENT
public static final CommentStatement APACHE_LICENSE_COMMENT
-
AUTO_GENERATED_CLASS_COMMENT
public static final CommentStatement AUTO_GENERATED_CLASS_COMMENT
-
AUTO_GENERATED_METHOD_COMMENT
public static final CommentStatement AUTO_GENERATED_METHOD_COMMENT
-
-