Package edu.umd.cs.findbugs.internalAnnotations


package edu.umd.cs.findbugs.internalAnnotations
  • Class
    Description
    Any class or package annotation with this annotation must avoid using mutable static data, and instead use the AnalysisContext for any cross-instance data.
    Denotes a class name or package name where the .
    Denotes a class name or package name where the / character is used to separate package/class name components.
     
    Denotes a static field that is initialized to a constant value and then never changes.