Uses of Package
edu.umd.cs.findbugs.annotations

Packages that use edu.umd.cs.findbugs.annotations
edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany. 
edu.umd.cs.findbugs.annotations   
edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. 
edu.umd.cs.findbugs.ba.bcp   
edu.umd.cs.findbugs.ba.constant   
edu.umd.cs.findbugs.ba.npe   
edu.umd.cs.findbugs.ba.obl   
edu.umd.cs.findbugs.ba.vna   
edu.umd.cs.findbugs.config   
edu.umd.cs.findbugs.graph   
edu.umd.cs.findbugs.visitclass   
edu.umd.cs.findbugs.xml   
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs
NonNull
          The annotated element must not be null.
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.annotations
Priority
           
When
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba
CheckForNull
          The annotated element might be null, and uses of the element should check for null.
CheckReturnValue
          This annotation is used to denote a method whose return value should always be checked when invoking the method.
DefaultAnnotationForParameters
          Indicates that all members of the class or package should be annotated with the default value of the supplied annotation class.
NonNull
          The annotated element must not be null.
Nullable
          The annotated element could be null under some circumstances.
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.bcp
Nullable
          The annotated element could be null under some circumstances.
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.constant
Nullable
          The annotated element could be null under some circumstances.
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.npe
CheckForNull
          The annotated element might be null, and uses of the element should check for null.
NonNull
          The annotated element must not be null.
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.obl
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.vna
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.config
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.graph
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.visitclass
CheckForNull
          The annotated element might be null, and uses of the element should check for null.
NonNull
          The annotated element must not be null.
SuppressWarnings
           
 

Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.xml
NonNull
          The annotated element must not be null.