jar

com.github.wglanzer.annosave : annosave-core

Maven & Gradle

Oct 05, 2017
3 usages
0 stars

AnnoSave: Core

Table Of Contents

Latest Version

Download com.github.wglanzer.annosave : annosave-core JAR file - Latest Versions:

All Versions

Download com.github.wglanzer.annosave : annosave-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement