Interface IComment
- All Known Implementing Classes:
Comment,WrappedComment
public interface IComment
Represents the comment of a config property.
-
Method Summary
-
Method Details
-
getLines
String[] getLines()Gets the lines of the comment.- Returns:
- The lines of the comment.
-