1 package net.sourceforge.pmd.ast;2 3 /**4 * Marker interface for root nodes of the AST of compilation units in source files.5 *6 * @author pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be7 */8 public interface CompilationUnit {9 10 }11