/** * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package net.sourceforge.pmd.lang.ast; /** * This interface can be used to tag the root node of various ASTs. */ public interface RootNode { // that's only a marker interface. }