Uses of Class
edu.umd.cs.findbugs.MethodAnnotation

Packages that use MethodAnnotation
Package
Description
Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.
A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.
A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.).
 
Eventually, all model classes (BugInstance, BugCollection, etc.) should go in this package.