Interface CodeSingleLineComment

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

public interface CodeSingleLineComment extends CodeSingleComment
CodeSingleComment representing a single-line comment. Example:
// this is a comment.
Since:
1.0.0
Author:
hohwille