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>findbugs</groupId> <artifactId>annotations</artifactId> <version>1.0.0</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.
The following table lists the most popular artifacts which are depending on annotations-1.0.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Testing | analysis-test 1.0 This plug-in provides test utilities for the static code analysis plug-ins. | 6 |
Parser | warnings 1.0 This plug-in reads the compiler warnings from the console log file and generates a trend report. | 6 |
Document Database | org.sakaiproject.nakamura.core 1.4 Server that uses a sparse map to represent content mapping closely to a colum database like Cassandra. | 7 |
Testing | analysis-core 1.0 This plug-in provides utilities for the static code analysis plug-ins. | 6 |
The following packages are defined in the annotations-1.0.0.jar
edu.umd.cs.findbugs.annotations net.jcip.annotations
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>findbugs</groupId> <artifactId>annotations</artifactId> <version>1.0.0</version> <url>http://findbugs.sf.net</url> <description>Annotation supports the FindBugs tool</description> <scm> <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/findbugs/findbugs</connection> </scm> </project>