Package org.aspectj.weaver
Class Utils
java.lang.Object
org.aspectj.weaver.Utils
- Author:
- Andy Clement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isSuppressing
(AnnotationAJ[] anns, String lintkey) Check if the annotations contain a SuppressAjWarnings annotation and if that annotation specifies that the given lint message (identified by its key) should be ignored.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
isSuppressing
Check if the annotations contain a SuppressAjWarnings annotation and if that annotation specifies that the given lint message (identified by its key) should be ignored.
-