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 entity-event-api-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sputnik906.entity.event.api.repo
├─ com.github.sputnik906.entity.event.api.repo.EntityEventQuery.class - [JAR]
├─ com.github.sputnik906.entity.event.api.repo.EntityEventRepository.class - [JAR]
com.github.sputnik906.entity.event.api
├─ com.github.sputnik906.entity.event.api.AuthorProvider.class - [JAR]
├─ com.github.sputnik906.entity.event.api.EntityReference.class - [JAR]
├─ com.github.sputnik906.entity.event.api.IEntityEventProviderMarker.class - [JAR]
├─ com.github.sputnik906.entity.event.api.ITransactionEventsHandler.class - [JAR]
├─ com.github.sputnik906.entity.event.api.Metadata.class - [JAR]
├─ com.github.sputnik906.entity.event.api.TransactionEvents.class - [JAR]
com.github.sputnik906.entity.event.api.type
├─ com.github.sputnik906.entity.event.api.type.AbstractEntityEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.type.AddToCollectionEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.type.AddToMapEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.type.EntityDeleteEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.type.EntityPersistEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.type.EntityUpdateEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.type.RemoveFromCollectionEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.type.RemoveFromMapEvent.class - [JAR]
com.github.sputnik906.entity.event.api.annotation
├─ com.github.sputnik906.entity.event.api.annotation.CdcEntity.class - [JAR]
├─ com.github.sputnik906.entity.event.api.annotation.CdcPropertyIgnore.class - [JAR]
├─ com.github.sputnik906.entity.event.api.annotation.PublishEntityEvent.class - [JAR]
├─ com.github.sputnik906.entity.event.api.annotation.Related.class - [JAR]