Java14Parser.java
01 /**
02  * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
03  */
04 package net.sourceforge.pmd.lang.java;
05 
06 /**
07  * Adapter for the JavaParser, using Java 1.4 grammar.
08  *
09  @author Pieter_Van_Raemdonck - Application Engineers NV/SA - www.ae.be
10  */
11 public class Java14Parser extends AbstractJavaParser {
12 }