@DefaultAnnotationForParameters(value=NonNull.class)

Package edu.umd.cs.findbugs.ba.constant

Class Summary
Constant Abstract dataflow value representing a value which may or may not be a constant.
ConstantAnalysis Dataflow analysis to find constant values.
ConstantDataflow Dataflow class for ConstantAnalysis.
ConstantFrame Dataflow Frame for Constants.
ConstantFrameModelingVisitor Visitor to model the effect of bytecode instructions on ConstantFrames.