AutoValue Annotations

Additional

Language
Shell
Version
auto-value-annotations-1.3 (Aug 30, 2016)
Created
Apr 14, 2016
Updated
Mar 26, 2018 (Retired)
Owner
Jake Wharton (JakeWharton)
Contributors
Gabriel Ittner (gabrielittner)
Jake Wharton (JakeWharton)
Niklas Baudy (vanniktech)
Vishnu Rajeevan (burntcookie90)
4
Activity
Badge
Generate
Download
Source code

AutoValue Annotations

Deprecated!

As of AutoValue 1.6 a separate auto-value-annotations artifact is available.


A standalone packaging of the annotations from Google's AutoValue library.

When using AutoValue with Gradle it is highly inconvenient to specify the dependency both as annotationProcessor and provided. Doing so leaks all of AutoValue's annotation processor code and its shaded dependencies into your classpath. This project allows you to only depend on the annotations as provided and specify the processor only as an annotationProcessor dependency.

With any luck, AutoValue issue #268 will be implemented sometime in the future obviating the need for this repacking.

Download

annotationProcessor 'com.google.auto.value:auto-value:1.5'
provided 'com.jakewharton.auto.value:auto-value-annotations:1.5'

Change Log

This project contains no code. See AutoValue's change log instead.

License

This project contains no code. See AutoValue's license instead.