Interface Commentable

All Superinterfaces:
Node
All Known Implementing Classes:
Method, Property, TypeDef

public interface Commentable extends Node
  • Method Details

    • 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.