Interface SimpleComment

All Superinterfaces:
Comment
All Known Implementing Classes:
YamlBlockComment, YamlInlineComment

@NotNullByDefault public interface SimpleComment extends Comment
An interface that has the comment as a String.
  • Method Details