edu.umd.cs.findbugs.ba.jsr305.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!
/**
* Support for analyzing code containing JSR-305 type qualifier annotations.
*
* See the JSR-305 home page at http://code.google.com/p/jsr-305/.
*/
@javax.annotation.ParametersAreNonnullByDefault
@edu.umd.cs.findbugs.internalAnnotations.AnalysisContextContained
package edu.umd.cs.findbugs.ba.jsr305;