Dirk: Dynamic Dependency Injection Framework
· A light-weight framework that allows using inject annotations (such as JSR-330 or Jakarta 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-1.0.0-beta1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.