org.aspectj.weaver
Class Utils

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

public class Utils
extends java.lang.Object

Author:
Andy Clement

Constructor Summary
Utils()
           
 
Method Summary
static boolean isSuppressing(AnnotationAJ[] anns, java.lang.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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

isSuppressing

public static boolean isSuppressing(AnnotationAJ[] anns,
                                    java.lang.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.