Infer annotations JAR

Useful annotations for the Infer static analyzer

License

License

Categories

Categories

Infer Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.facebook.infer.annotation
ArtifactId

ArtifactId

annotations
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

Infer annotations JAR
Useful annotations for the Infer static analyzer

Download annotations

How to add to project

<!-- https://jarcasting.com/artifacts/com.facebook.infer.annotation/annotations/ -->
<dependency>
    <groupId>com.facebook.infer.annotation</groupId>
    <artifactId>annotations</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.infer.annotation/annotations/
implementation 'com.facebook.infer.annotation:annotations:0.10.0'
// https://jarcasting.com/artifacts/com.facebook.infer.annotation/annotations/
implementation ("com.facebook.infer.annotation:annotations:0.10.0")
'com.facebook.infer.annotation:annotations:jar:0.10.0'
<dependency org="com.facebook.infer.annotation" name="annotations" rev="0.10.0">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.infer.annotation', module='annotations', version='0.10.0')
)
libraryDependencies += "com.facebook.infer.annotation" % "annotations" % "0.10.0"
[com.facebook.infer.annotation/annotations "0.10.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

Project Modules

There are no modules declared in this project.

Infer Build Status

Infer is a static analysis tool for Java, Objective-C and C, written in OCaml.

Installation

Read our Getting Started page for details on how to install packaged versions of Infer. To build Infer from source, see INSTALL.md.

License

Infer is BSD-licensed. We also provide an additional patent grant.

Note: Enabling Java support may require you to download and install components licensed under the GPL.

Versions

Version
0.10.0