net.sourceforge.pmd.lang.velocity.ast.VtlNode Maven / Gradle / Ivy
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.velocity.ast;
import net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeNode;
public interface VtlNode extends JjtreeNode {
}