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 annosave-core-1.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.wglanzer.annosave.api
├─ com.github.wglanzer.annosave.api.AnnoSave.class - [JAR]
├─ com.github.wglanzer.annosave.api.AnnoSaveGZip.class - [JAR]
├─ com.github.wglanzer.annosave.api.IAnnoSaveConverter.class - [JAR]
├─ com.github.wglanzer.annosave.api.IAnnotation.class - [JAR]
├─ com.github.wglanzer.annosave.api.IAnnotationContainer.class - [JAR]
├─ com.github.wglanzer.annosave.api.IAnnotationParameter.class - [JAR]
├─ com.github.wglanzer.annosave.api.IType.class - [JAR]
com.github.wglanzer.annosave.api.containers
├─ com.github.wglanzer.annosave.api.containers.IMethodContainer.class - [JAR]
com.github.wglanzer.annosave.impl.structure
├─ com.github.wglanzer.annosave.impl.structure.SAnnotation.class - [JAR]
├─ com.github.wglanzer.annosave.impl.structure.SAnnotationContainer.class - [JAR]
├─ com.github.wglanzer.annosave.impl.structure.SAnnotationParameter.class - [JAR]
├─ com.github.wglanzer.annosave.impl.structure.SMethodContainer.class - [JAR]
├─ com.github.wglanzer.annosave.impl.structure.SType.class - [JAR]
com.github.wglanzer.annosave.impl.converter
├─ com.github.wglanzer.annosave.impl.converter.ConverterFactory.class - [JAR]
├─ com.github.wglanzer.annosave.impl.converter.DefaultSerializationConverter.class - [JAR]
├─ com.github.wglanzer.annosave.impl.converter.ISerializationConverter.class - [JAR]
├─ com.github.wglanzer.annosave.impl.converter.WrappedSerializationConverter.class - [JAR]
com.github.wglanzer.annosave.impl
├─ com.github.wglanzer.annosave.impl.AnnoReader.class - [JAR]
├─ com.github.wglanzer.annosave.impl.AnnoWriter.class - [JAR]
com.github.wglanzer.annosave.impl.util
├─ com.github.wglanzer.annosave.impl.util.GsonUtil.class - [JAR]
├─ com.github.wglanzer.annosave.impl.util.TypeFactory.class - [JAR]