Interface CodeBlockComment

All Superinterfaces:
CodeComment, CodeItem, CodeItemWithVariables, CodeStatement, Iterable<String>

public interface CodeBlockComment extends CodeComment
CodeComment representing a multi-line comment. Example
/*
 * This is the first line of the comment.
 * There can also be more lines.
 */
Since:
1.0.0
Author:
hohwille