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 olingo-odata2-annotation-processor-core-3.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.olingo.odata2.annotation.processor.core
├─ org.apache.olingo.odata2.annotation.processor.core.DataSourceProcessor.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.ListsProcessor.class - [JAR]
org.apache.olingo.odata2.annotation.processor.core.rt
├─ org.apache.olingo.odata2.annotation.processor.core.rt.AnnotationServiceFactoryImpl.class - [JAR]
org.apache.olingo.odata2.annotation.processor.core.util
├─ org.apache.olingo.odata2.annotation.processor.core.util.AnnotationHelper.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.util.AnnotationRuntimeException.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.util.ClassHelper.class - [JAR]
org.apache.olingo.odata2.annotation.processor.core.datasource
├─ org.apache.olingo.odata2.annotation.processor.core.datasource.AnnotationInMemoryDs.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.datasource.AnnotationValueAccess.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.datasource.BeanPropertyAccess.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.datasource.DataSource.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.datasource.DataStore.class - [JAR]
├─ org.apache.olingo.odata2.annotation.processor.core.datasource.ValueAccess.class - [JAR]
org.apache.olingo.odata2.annotation.processor.core.edm
├─ org.apache.olingo.odata2.annotation.processor.core.edm.AnnotationEdmProvider.class - [JAR]