Skip to main content
Version: 1.0.0

Annotation Reachability

Given a pair of source and sink annotation, e.g. @PerformanceCritical and @Expensive, this checker will warn whenever some method annotated with @PerformanceCritical calls, directly or indirectly, another method annotated with @Expensive

Activate with --annotation-reachability.

Supported languages:

  • C/C++/ObjC: Yes
  • Java: Yes

List of Issue Types​

The following issue types are reported by this checker: