jar

io.github.asvanberg : donkey-apt

Maven & Gradle

Jan 31, 2022
0 stars

Annotation processing for Donkey · Adds compile time checks and code generation to make working with Donkey faster and more enjoyable.

Table Of Contents

Latest Version

Download io.github.asvanberg : donkey-apt JAR file - Latest Versions:

All Versions

Download io.github.asvanberg : donkey-apt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.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 donkey-apt-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.asvanberg.donkey.apt

├─ io.github.asvanberg.donkey.apt.CheckCreator.class - [JAR]

├─ io.github.asvanberg.donkey.apt.CheckJsonbCreatorParameters.class - [JAR]

├─ io.github.asvanberg.donkey.apt.CheckJsonbPropertyValue.class - [JAR]

├─ io.github.asvanberg.donkey.apt.CheckRecordCanonicalConstructorParameters.class - [JAR]

├─ io.github.asvanberg.donkey.apt.ClassMetadata.class - [JAR]

├─ io.github.asvanberg.donkey.apt.JsonbDeserializerGenerator.class - [JAR]

├─ io.github.asvanberg.donkey.apt.JsonbSerializerGenerator.class - [JAR]

├─ io.github.asvanberg.donkey.apt.Property.class - [JAR]

Advertisement