Class CommentedNode<T>

java.lang.Object
com.github.siroshun09.configapi.core.node.CommentedNode<T>
Type Parameters:
T - a type of object
All Implemented Interfaces:
CommentableNode<T>, Node<T>

public final class CommentedNode<T> extends Object implements CommentableNode<T>
An implementation class of the CommentableNode to wrap the non-CommentableNode node and attach the Comment.