jar

com.android.tools : annotations

Maven & Gradle

Mar 07, 2017
13 usages

com.android.tools.annotations · annotations used throughout the Android tools libraries.

Table Of Contents

Latest Version

Download com.android.tools : annotations JAR file - Latest Versions:

All Versions

Download com.android.tools : annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
25.3.x
25.2.x
25.1.x
25.0.x
24.5.x
24.3.x
24.2.x
24.1.x

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 annotations-25.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.android.annotations

├─ com.android.annotations.NonNull.class - [JAR]

├─ com.android.annotations.NonNullByDefault.class - [JAR]

├─ com.android.annotations.Nullable.class - [JAR]

├─ com.android.annotations.VisibleForTesting.class - [JAR]

com.android.annotations.concurrency

├─ com.android.annotations.concurrency.GuardedBy.class - [JAR]

├─ com.android.annotations.concurrency.Immutable.class - [JAR]

Advertisement