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 coconut-management-1.0-alpha3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.coconut.management.annotation
├─ org.coconut.management.annotation.ManagedAttribute.class - [JAR]
├─ org.coconut.management.annotation.ManagedOperation.class - [JAR]
├─ org.coconut.management.annotation.ManagedParameter.class - [JAR]
org.coconut.management
├─ org.coconut.management.ManagedGroup.class - [JAR]
├─ org.coconut.management.ManagedObject.class - [JAR]
├─ org.coconut.management.ManagedVisitor.class - [JAR]
├─ org.coconut.management.Managements.class - [JAR]
org.coconut.management.defaults
├─ org.coconut.management.defaults.AbstractAttribute.class - [JAR]
├─ org.coconut.management.defaults.AbstractManagedGroup.class - [JAR]
├─ org.coconut.management.defaults.AbstractOperation.class - [JAR]
├─ org.coconut.management.defaults.DefaultManagedGroup.class - [JAR]
├─ org.coconut.management.defaults.IntrospectedAttribute.class - [JAR]
├─ org.coconut.management.defaults.ReflectionOperation.class - [JAR]