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 koin-annotations-jvm-1.0.3.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.koin.android.annotation
├─ org.koin.android.annotation.KoinViewModel.class - [JAR]
org.koin.core.annotation
├─ org.koin.core.annotation.ComponentScan.class - [JAR]
├─ org.koin.core.annotation.Factory.class - [JAR]
├─ org.koin.core.annotation.InjectedParam.class - [JAR]
├─ org.koin.core.annotation.Module.class - [JAR]
├─ org.koin.core.annotation.Named.class - [JAR]
├─ org.koin.core.annotation.NoClass.class - [JAR]
├─ org.koin.core.annotation.Property.class - [JAR]
├─ org.koin.core.annotation.Scope.class - [JAR]
├─ org.koin.core.annotation.Scoped.class - [JAR]
├─ org.koin.core.annotation.Single.class - [JAR]
├─ org.koin.core.annotation.Singleton.class - [JAR]