JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
edu.umd.cs.findbugs.internalAnnotations
AnalysisContextContained
Contents
Description
Hide sidebar
Show sidebar
Annotation Type AnalysisContextContained
@Documented
@Retention
(
RUNTIME
)
public @interface
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.