package eu.dnetlib.miscutils.hstree; /** * This is the terminator node in a tree definition chain: * * TreeNode>> * * Note the use of "Void" as the next-resource-parameter value in the last level. * * * @author marko * */ abstract public class NilTreeNode extends TreeNode> { // NOPMD }