All Known Implementing Classes:
Comment, WrappedComment

public interface IComment
Represents the comment of a config property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the lines of the comment.
  • Method Details

    • getLines

      String[] getLines()
      Gets the lines of the comment.
      Returns:
      The lines of the comment.