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 lombok-ext-2.4.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mageddo.aptools.textblock.converter
├─ com.mageddo.aptools.textblock.converter.JavaParserAnnotationConverter.class - [JAR]
├─ com.mageddo.aptools.textblock.converter.JavaParserExpressionStmtConverter.class - [JAR]
com.mageddo.lombokext
├─ com.mageddo.lombokext.LombokExtAnnotationProcessor.class - [JAR]
com.mageddo.aptools.textblock
├─ com.mageddo.aptools.textblock.LocalVariable.class - [JAR]
├─ com.mageddo.aptools.textblock.TextBlockProcessor.class - [JAR]
├─ com.mageddo.aptools.textblock.TextBlockVariableFiller.class - [JAR]
lombok
├─ lombok.TextBlock.class - [JAR]
├─ lombok.TextBlocks.class - [JAR]
com.mageddo.aptools.textblock.visitor
├─ com.mageddo.aptools.textblock.visitor.ClassAnnotatedVariablesJavaParserScanner.class - [JAR]
├─ com.mageddo.aptools.textblock.visitor.ClassAnnotatedVariablesTreePathScanner.class - [JAR]