Add deprecation javadocs
This commit is contained in:
@ -14,8 +14,13 @@ import net.sourceforge.pmd.lang.ast.Node;
|
||||
import net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptNode;
|
||||
import net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserVisitor;
|
||||
import net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor;
|
||||
import net.sourceforge.pmd.lang.rule.RuleChainVisitor;
|
||||
import net.sourceforge.pmd.lang.rule.XPathRule;
|
||||
|
||||
/**
|
||||
* @deprecated for removal with PMD 7. A language dependent rule chain visitor is not needed anymore.
|
||||
* See {@link RuleChainVisitor}.
|
||||
*/
|
||||
@Deprecated
|
||||
public class EcmascriptRuleChainVisitor extends AbstractRuleChainVisitor {
|
||||
|
||||
|
Reference in New Issue
Block a user