Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

KAnnotator 0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@abreslav abreslav released this 09 Jan 14:48
· 112 commits to master since this release

Command-line interface supported.

$ java -jar kannotator-cli.jar
  -f --format=<enum>                - output format: jaif or xml [default XML]
  -n --nullability=<boolean>        - produce nullability annotations [default false]
  -m --mutability=<boolean>         - produce mutability annotations [default false]
  -v --verbose=<boolean>            - be verbose and show progress indicator [default false]
  -c --one-directory-tree=<boolean> - do not create specific subdirectories for each library [default false]
  -o --output-path=<string>         - output path [default annotations/]

See ReadMe