AutoValue Annotations

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

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.jakewharton.auto.value
ArtifactId

ArtifactId

auto-value-annotations
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

AutoValue Annotations
A standalone packaging of the annotations from Google's AutoValue library.
Source Code Management

Source Code Management

http://github.com/JakeWharton/AutoValueAnnotations

Download auto-value-annotations

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.5
1.4
1.3
1.2-update1
1.2