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>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>2.0.1</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-2.0.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit-dataprovider 1.5.0 A TestNG like dataprovider runner for JUnit | 18 |
Development | reflections 0.9.9-RC2 Reflections - a Java runtime metadata analysis | 5 |
Data Structure | lenskit-core 2.1.0.1 The core of LensKit, providing basic implementations and algorithm support. | 7 |
Database | jdbi 2.51 jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used. | 32 |
Testing | lenskit-test 2.1 Testing utilities for LensKit. | 8 |
Testing | lenskit-test 2.1-M3 Testing utilities for LensKit. | 7 |
Testing | lenskit-test 2.1-M4 Testing utilities for LensKit. | 7 |
The following packages are defined in the annotations-2.0.1.jar
edu.umd.cs.findbugs.annotations javax.annotation javax.annotation.concurrent javax.annotation.meta net.jcip.annotations
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>2.0.1</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>