Interface Commentable

    • Method Detail

      • getComments

        List<String> getComments()
        Get the list of comments.
        Returns:
        a List of comments.
      • renderComments

        default String renderComments()
        Render the comments.
        Returns:
        the rendered comments as a string.