jar

com.jakewharton.auto.value : auto-value-annotations

Maven & Gradle

Aug 23, 2017
222 stars

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

Table Of Contents

Latest Version

Download com.jakewharton.auto.value : auto-value-annotations JAR file - Latest Versions:

All Versions

Download com.jakewharton.auto.value : auto-value-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5
1.4
1.3
1.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window auto-value-annotations-1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.auto.value.extension.memoized

├─ com.google.auto.value.extension.memoized.Memoized.class - [JAR]

com.google.auto.value

├─ com.google.auto.value.AutoAnnotation.class - [JAR]

├─ com.google.auto.value.AutoValue.class - [JAR]

Advertisement