You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artem Pyanykh d50039b495
[infer][PR] Release infer-annotations 0.17.2
5 years ago
..
src/main/java/com/facebook/infer/annotation [annotations] Fix annotation comments that cause javadoc target to fail 5 years ago
BUCK [infer][test] The buck integration BUCK file for the integration test was refering to a file built by make 8 years ago
Makefile [copyright] Remove years 6 years ago
README.md [annotations] Add a README with a build instruction for maven 5 years ago
pom.xml [infer][PR] Release infer-annotations 0.17.2 5 years ago

README.md

Infer annotations

This project provides extra annotations for Java checkers, such as starvation or nullsafe.

How to build JARs (suitable for release)

Make sure you have maven installed. infer-annotaions is a regular maven project, so regular maven commands apply. The following commands might be of interest:

  1. Build artifact jar (the one with class files): mvn package.
  2. Build sources jar: mvn source:jar
  3. Clean: mvn clean

The resulting artifacts will be under target/ folder.