Add workaround for #1515

This commit is contained in:
Andreas Dangel
2018-12-09 11:40:56 +01:00
parent 84b007f2cc
commit 5589540e9f
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.ast.test;
/**
* Hack to generate package javadoc.
* See: https://stackoverflow.com/questions/1138390/javadoc-for-package-info-java-only
*/
@Deprecated
public class PlaceHolder {
}

View File

@ -0,0 +1,8 @@
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
/**
* Contains the Kotlin-based DSL to test AST nodes.
*/
package net.sourceforge.pmd.lang.ast.test;