Skip to content
This repository was archived by the owner on Aug 4, 2018. It is now read-only.

twofortyfouram/android-annotation

Repository files navigation

CircleCI

Overview

android-annotation implements annotations to improve the documentation of Android code.

Early versions of this library contained more annotations, which have been removed over time as the Android support-annotations library has grown. Although it may seem almost useless at this point, this library is preserved to make it easy to add more annotations to our various projects in the future.

API Reference

JavaDocs for the library are published here.

Compatibility

The library is compatible and optimized for all Android API levels.

Download

Gradle

The library is published as an artifact to jCenter. To use the library, the jCenter repository and the artifact need to be added to your build script.

The build.gradle repositories section would look something like the following:

repositories {
    jcenter()
}

And the dependencies section would look something like this:

dependencies {
    compile group:'com.twofortyfouram', name:'android-annotation', version:'[3.0.0,4.0['
}

History

  • 1.0.0: Initial release
  • 1.0.2: Update Android Gradle plugin, which changed the generated BuildConfig
  • 2.0.0: Remove nullness annotations in favor of the Android support annotations
  • 2.0.1: Reupload artifacts with source and JavaDoc for inclusion in jCenter
  • 3.0.0: Remove VisibleForTesting anotation in favor of the Android support annotations

About

Annotations to concisely document Android code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages