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 annot8-components-stopwords-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.annot8.components.stopwords.processors
├─ io.annot8.components.stopwords.processors.RemoveCollectionStopwords.class - [JAR]
├─ io.annot8.components.stopwords.processors.RemoveIsoStopwords.class - [JAR]
├─ io.annot8.components.stopwords.processors.StopwordsProcessor.class - [JAR]
io.annot8.components.stopwords.resources
├─ io.annot8.components.stopwords.resources.CollectionStopwords.class - [JAR]
├─ io.annot8.components.stopwords.resources.NoOpStopwords.class - [JAR]
├─ io.annot8.components.stopwords.resources.Stopwords.class - [JAR]
├─ io.annot8.components.stopwords.resources.StopwordsIso.class - [JAR]