View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlin-guice-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.authzee.kotlinguice4
├─ com.authzee.kotlinguice4.InjectorExtensionsKt.class - [JAR]
├─ com.authzee.kotlinguice4.KeyKt.class - [JAR]
├─ com.authzee.kotlinguice4.KotlinBinder.class - [JAR]
├─ com.authzee.kotlinguice4.KotlinModule.class - [JAR]
├─ com.authzee.kotlinguice4.KotlinPrivateBinder.class - [JAR]
├─ com.authzee.kotlinguice4.KotlinPrivateModule.class - [JAR]
├─ com.authzee.kotlinguice4.TypeLiteralKt.class - [JAR]
com.authzee.kotlinguice4.binder
├─ com.authzee.kotlinguice4.binder.ExtensionsKt.class - [JAR]
├─ com.authzee.kotlinguice4.binder.KotlinAnnotatedBindingBuilder.class - [JAR]
├─ com.authzee.kotlinguice4.binder.KotlinAnnotatedElementBuilder.class - [JAR]
├─ com.authzee.kotlinguice4.binder.KotlinLinkedBindingBuilder.class - [JAR]
├─ com.authzee.kotlinguice4.binder.KotlinScopedBindingBuilder.class - [JAR]
com.authzee.kotlinguice4.internal
├─ com.authzee.kotlinguice4.internal.KotlinBindingBuilder.class - [JAR]