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 org-netbeans-modules-php-api-annotation-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.php.spi.annotation
├─ org.netbeans.modules.php.spi.annotation.AnnotationCompletionTag.class - [JAR]
├─ org.netbeans.modules.php.spi.annotation.AnnotationCompletionTagProvider.class - [JAR]
├─ org.netbeans.modules.php.spi.annotation.AnnotationLineParser.class - [JAR]
├─ org.netbeans.modules.php.spi.annotation.AnnotationParsedLine.class - [JAR]
org.netbeans.modules.php.api.annotation
├─ org.netbeans.modules.php.api.annotation.PhpAnnotations.class - [JAR]
org.netbeans.modules.php.api.annotation.registration
├─ org.netbeans.modules.php.api.annotation.registration.AnnotationLineParserRegistrationProcessor.class - [JAR]
├─ org.netbeans.modules.php.api.annotation.registration.PhpAnnotationsRegistrationProcessor.class - [JAR]
org.netbeans.modules.php.api.annotation.util
├─ org.netbeans.modules.php.api.annotation.util.AnnotationUtils.class - [JAR]