edu.umd.cs.findbugs.annotations.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotbugs-annotations Show documentation
Show all versions of spotbugs-annotations Show documentation
Annotations the SpotBugs tool supports
/**
* Annotations for FindBugs (mostly deprecated except for {@link edu.umd.cs.findbugs.annotations.SuppressFBWarnings}).
*
* There are another set of annotations used by an experimental detector for unclosed resources:
*
* - {@link edu.umd.cs.findbugs.annotations.CleanupObligation}
*
- {@link edu.umd.cs.findbugs.annotations.CreatesObligation}
*
- {@link edu.umd.cs.findbugs.annotations.DischargesObligation}
*
*/
package edu.umd.cs.findbugs.annotations;