jar

com.guardsquare : proguard-annotations

Maven & Gradle

Jul 27, 2023
2.5k stars

com.guardsquare:proguard-annotations · Java annotations to configure ProGuard, the free shrinker, optimizer, obfuscator, and preverifier for Java bytecode

Table Of Contents

Latest Version

Download com.guardsquare : proguard-annotations JAR file - Latest Versions:

All Versions

Download com.guardsquare : proguard-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
7.4.x
7.3.x
7.2.x
7.1.x
7.0.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 proguard-annotations-7.4.0-beta01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

proguard.annotation

├─ proguard.annotation.Keep.class - [JAR]

├─ proguard.annotation.KeepApplication.class - [JAR]

├─ proguard.annotation.KeepClassMemberNames.class - [JAR]

├─ proguard.annotation.KeepClassMembers.class - [JAR]

├─ proguard.annotation.KeepGettersSetters.class - [JAR]

├─ proguard.annotation.KeepImplementations.class - [JAR]

├─ proguard.annotation.KeepName.class - [JAR]

├─ proguard.annotation.KeepPublicClassMemberNames.class - [JAR]

├─ proguard.annotation.KeepPublicClassMembers.class - [JAR]

├─ proguard.annotation.KeepPublicGettersSetters.class - [JAR]

├─ proguard.annotation.KeepPublicImplementations.class - [JAR]

├─ proguard.annotation.KeepPublicProtectedClassMemberNames.class - [JAR]

├─ proguard.annotation.KeepPublicProtectedClassMembers.class - [JAR]

Advertisement