edu.umd.cs.findbugs.classfile.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotbugs Show documentation
Show all versions of spotbugs Show documentation
SpotBugs: Because it's easy!
The newest version!
/**
* A high-level abstraction layer for codebases, classes, and components of
* classes (methods, fields, instructions, etc.). The idea is to decouple
* FindBugs as much as possible from any particular bytecode framework (BCEL,
* ASM, etc.)
*
* Implementations of these interfaces may be found in the
* edu.umd.cs.findbugs.classfile.impl package. Instances should be created
* using the ClassFactory singleton in that package.
*/
@javax.annotation.ParametersAreNonnullByDefault
@edu.umd.cs.findbugs.internalAnnotations.AnalysisContextContained
package edu.umd.cs.findbugs.classfile;