Deprecate RuleViolationFactory impls
Internal APIs
This commit is contained in:
@ -7,6 +7,7 @@ package net.sourceforge.pmd.lang.scala.rule;
|
||||
import net.sourceforge.pmd.Rule;
|
||||
import net.sourceforge.pmd.RuleContext;
|
||||
import net.sourceforge.pmd.RuleViolation;
|
||||
import net.sourceforge.pmd.annotation.InternalApi;
|
||||
import net.sourceforge.pmd.lang.ast.Node;
|
||||
import net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory;
|
||||
import net.sourceforge.pmd.lang.rule.ParametricRuleViolation;
|
||||
@ -15,6 +16,8 @@ import net.sourceforge.pmd.lang.rule.RuleViolationFactory;
|
||||
/**
|
||||
* A RuleViolationFactory for Scala.
|
||||
*/
|
||||
@Deprecated
|
||||
@InternalApi
|
||||
public class ScalaRuleViolationFactory extends AbstractRuleViolationFactory {
|
||||
/**
|
||||
* The shared singleton of this RuleViolationFactory.
|
||||
|
Reference in New Issue
Block a user