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 halo-base-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xujin.halo.annotation.domian
├─ org.xujin.halo.annotation.domian.Domain.class - [JAR]
├─ org.xujin.halo.annotation.domian.DomainAbility.class - [JAR]
├─ org.xujin.halo.annotation.domian.DomainService.class - [JAR]
org.xujin.halo.annotation.command
├─ org.xujin.halo.annotation.command.Command.class - [JAR]
├─ org.xujin.halo.annotation.command.PostInterceptor.class - [JAR]
├─ org.xujin.halo.annotation.command.PreInterceptor.class - [JAR]
org.xujin.halo.domain
├─ org.xujin.halo.domain.DomainFactoryI.class - [JAR]
├─ org.xujin.halo.domain.Entity.class - [JAR]
├─ org.xujin.halo.domain.ServiceI.class - [JAR]
├─ org.xujin.halo.domain.ValueObject.class - [JAR]
org.xujin.halo.annotation.extension
├─ org.xujin.halo.annotation.extension.Extension.class - [JAR]
├─ org.xujin.halo.annotation.extension.ExtensionPoint.class - [JAR]
org.xujin.halo.common
├─ org.xujin.halo.common.CoreConstant.class - [JAR]