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 BSFAnnotator-2.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.uima.annotator.bsf
├─ org.apache.uima.annotator.bsf.BSFAnnotator.class - [JAR]
├─ org.apache.uima.annotator.bsf.BSFAnnotatorConfigurationException.class - [JAR]
├─ org.apache.uima.annotator.bsf.BSFAnnotatorInitializationException.class - [JAR]
├─ org.apache.uima.annotator.bsf.BSFAnnotatorProcessException.class - [JAR]
org.apache.uima.annotator.bsf.types
├─ org.apache.uima.annotator.bsf.types.Firstname.class - [JAR]
├─ org.apache.uima.annotator.bsf.types.Firstname_Type.class - [JAR]
├─ org.apache.uima.annotator.bsf.types.Nickname.class - [JAR]
├─ org.apache.uima.annotator.bsf.types.Nickname_Type.class - [JAR]
├─ org.apache.uima.annotator.bsf.types.Token.class - [JAR]
├─ org.apache.uima.annotator.bsf.types.Token_Type.class - [JAR]