XApi - Core SuperPom
· This is the main aggregator for all implementation code shared between modules.
Each module contains one or more service interfaces,
exposed statically using "X_" prefixed classes.
Core modules will define their API interfaces, their static accessor,
and often a "plain-jre" default implementation which can be replaced by injection override.
There must be zero external dependencies in any core modules.
A low-performance, low-feature default is preferred over thick, dependency-ridden shared inherits.
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 xapi-core-parent-0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.