Class Utils

java.lang.Object
org.aspectj.weaver.Utils

public class Utils extends Object
Author:
Andy Clement
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • isSuppressing

      public static 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.