Deprecate PMD LanguageModule for languages, that only support CPD

This commit is contained in:
Andreas Dangel
2018-11-26 13:55:35 +01:00
parent 32002664f7
commit 10e27ca3c0
35 changed files with 100 additions and 353 deletions

View File

@ -8,7 +8,10 @@ import net.sourceforge.pmd.lang.BaseLanguageModule;
/**
* Language Module for C#
*
* @deprecated There is no full PMD support for c#.
*/
@Deprecated
public class CsLanguageModule extends BaseLanguageModule {
/** The name. */