View Javadoc

1   package net.sourceforge.pmd.lang.rule;
2   
3   /**
4    * This is a tag interface to indicate that a Rule implementation class does
5    * not support changes to it's Language.  The Language is integral to the
6    * proper functioning of the Rule.
7    */
8   public interface ImmutableLanguage {
9   }