FindBugs-Annotations.
Annotation supports the FindBugs tool.
Here is the list of declaration for annotations. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sourceforge.findbugs</groupId> <artifactId>annotations</artifactId> <version>1.3.2</version> </dependency>
If you think this Maven repository POM file listing for annotations is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU Lesser Public License
URL: http://www.gnu.org/licenses/lgpl.html.
The following table lists the most popular artifacts which are depending on annotations-1.3.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | weld-core 1.1.9.Final Weld's implementation of CDI | 13 |
Business | querydsl-core 2.3.0 core module for querydsl | 13 |
The following packages are defined in the annotations-1.3.2.jar
edu.umd.cs.findbugs.annotations net.jcip.annotations
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.findbugs</groupId> <artifactId>annotations</artifactId> <version>1.3.2</version> <packaging>jar</packaging> <url>http://findbugs.sourceforge.net/</url> <name>FindBugs-Annotations</name> <description>Annotation supports the FindBugs tool</description> <licenses> <license> <name>GNU Lesser Public License</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://findbugs.googlecode.com/svn/trunk/</connection> <developerConnection>scm:svn:https://findbugs.googlecode.com/svn/trunk/</developerConnection> <url>http://findbugs.googlecode.com/svn/trunk/</url> </scm> </project>