Dynamic Dependency Injection Framework
· A light-weight framework that allows you to use standard JSR-330 javax.inject Annotations to create
instances of objects, even when they're dynamically loaded at runtime. This framework will allow you
to package your classes in seperate JAR's, load them at runtime, and have them injected with
dependencies or serve as dependencies for other classes.
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 parent-4.0.0-alpha.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.