Interface CanSuppressWarnings
-
- All Known Implementing Classes:
ASTField
,ASTFieldDeclarationStatements
,ASTMethod
,ASTParameter
,ASTUserClass
,ASTUserInterface
,ASTVariableDeclaration
@Deprecated public interface CanSuppressWarnings
Deprecated.This interface will be removed, the AST should not know about rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
hasSuppressWarningsAnnotationFor(Rule rule)
Deprecated.
-
-
-
Method Detail
-
hasSuppressWarningsAnnotationFor
@Deprecated boolean hasSuppressWarningsAnnotationFor(Rule rule)
Deprecated.
-
-