Package sootup.java.core
Interface HasAnnotation
- All Known Implementing Classes:
JavaLocal
,JavaSootClass
,JavaSootField
,JavaSootMethod
public interface HasAnnotation
Interface to mark Soot code objects that may contain annotations.
- Author:
- liyiwei
-
Method Summary
-
Method Details
-
getAnnotations
Iterable<AnnotationUsage> getAnnotations()
-