Issue #2451: deprecated AbstractDeclarationCollector

This commit is contained in:
rnveach 2015-11-06 15:45:58 -05:00 committed by Roman Ivanov
parent 4424370783
commit be04ecad7f
1 changed files with 3 additions and 1 deletions

View File

@ -35,9 +35,11 @@ import com.puppycrawl.tools.checkstyle.utils.ScopeUtils;
/**
* Abstract class for checks which need to collect information about
* declared members/parameters/variables.
*
* @deprecated Checkstyle will not support abstract checks anymore. Use {@link Check} instead.
* @author o_sukhodolsky
* @noinspection AbstractClassNeverImplemented
*/
@Deprecated
public abstract class AbstractDeclarationCollector extends Check {
/**
* Tree of all the parsed frames.