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