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