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 ocean-annotation-handler-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.speexx.ocean.annotator.text.helper
├─ de.speexx.ocean.annotator.text.helper.AttributeHelper.class - [JAR]
├─ de.speexx.ocean.annotator.text.helper.Messages.class - [JAR]
de.speexx.ocean.annotator.text
├─ de.speexx.ocean.annotator.text.Annotation.class - [JAR]
├─ de.speexx.ocean.annotator.text.AnnotationException.class - [JAR]
├─ de.speexx.ocean.annotator.text.AnnotationHandler.class - [JAR]
├─ de.speexx.ocean.annotator.text.AnnotationHandlerFactory.class - [JAR]
├─ de.speexx.ocean.annotator.text.AnnotationHandlerFactoryConfigurationError.class - [JAR]
├─ de.speexx.ocean.annotator.text.Attribute.class - [JAR]
├─ de.speexx.ocean.annotator.text.CorruptStructureException.class - [JAR]
├─ de.speexx.ocean.annotator.text.DocumentBuilder.class - [JAR]
├─ de.speexx.ocean.annotator.text.DuplicateAttributeException.class - [JAR]
├─ de.speexx.ocean.annotator.text.IllegalCharacterException.class - [JAR]
├─ de.speexx.ocean.annotator.text.Messages.class - [JAR]
├─ de.speexx.ocean.annotator.text.UnsupportedFormatException.class - [JAR]
de.speexx.ocean.annotator.text.example
├─ de.speexx.ocean.annotator.text.example.Main.class - [JAR]
├─ de.speexx.ocean.annotator.text.example.SimpleDocumentBuilder.class - [JAR]
├─ de.speexx.ocean.annotator.text.example.SimpleSentenceAnnotator.class - [JAR]
de.speexx.ocean.annotator.text.internal
├─ de.speexx.ocean.annotator.text.internal.AbstractAnnotation.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.AnnotationHandlerFactoryImpl.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.AnnotationHandlerImpl.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.AnnotationImpl.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.AttributeImpl.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.DocumentBuilderImpl.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.Messages.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.Version1Serializer.class - [JAR]
├─ de.speexx.ocean.annotator.text.internal.XmlCharacterValidator.class - [JAR]