Package com.ibm.wala.types.annotations
Class Annotations
- java.lang.Object
-
- com.ibm.wala.types.annotations.Annotations
-
public class Annotations extends Object
-
-
Constructor Summary
Constructors Constructor Description Annotations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasAnnotation(IClass c, TypeName type)Does a particular class have a particular annotation?static booleanhasAnnotation(IField field, TypeName type)static booleanhasAnnotation(IMethod m, TypeName type)Does a particular method have a particular annotation?
-