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.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.
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.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Network | servo-core 0.4.32 servo-core developed by Netflix | 38 |
Network | servo-core 0.4.44 servo-core developed by Netflix | 43 |
Network | servo-core 0.4.36 servo-core developed by Netflix | 37 |
Network | servo-core 0.7.4 servo-core developed by Netflix | 59 |
Testing Coding Style | findbugs 2.0.0 Findbugs: Because it's easy! | 5 |
Network | pytheas-core 1.11 pytheas-core developed by Netflix | 12 |
Network | servo-core 0.4.27 servo-core developed by Netflix | 38 |
Network | servo-core 0.7.7 servo-core developed by Netflix | 6 |
Network | servo-core 0.5.5 servo-core developed by Netflix | 5 |
Network | servo-core 0.4.20 servo-core developed by Netflix | 12 |
Network | archaius-core 0.5.12 archaius-core developed by Netflix | 104 |
Network | archaius-core 0.6.0 archaius-core developed by Netflix | 21 |
Network | archaius-core 0.5.11 archaius-core developed by Netflix | 23 |
Network | archaius-core 0.5.15 archaius-core developed by Netflix | 6 |
Network | netflix-statistics 0.1.1 netflix-statistics developed by Netflix | 33 |
Network | servo-core 0.7.5 servo-core developed by Netflix | 10 |
The following packages are defined in the annotations-2.0.0.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.0</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>