Class | Description |
---|---|
SlashedClassName.Checker |
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.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.