Interface CommentableNode<T>

Type Parameters:
T - a type of object
All Superinterfaces:
Node<T>
All Known Subinterfaces:
ListNode, MapNode
All Known Implementing Classes:
CommentedNode

@Experimental public sealed interface CommentableNode<T> extends Node<T> permits CommentedNode<T>, ListNode, MapNode
An interface indicating that the Node can have the Comment.