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 builder-annotations-test-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.elucidator.patterns.builder.annotations.test
├─ nl.elucidator.patterns.builder.annotations.test.Address.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.AddressImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.AddressWithRequired.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.AddressWithRequiredImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.CollectionsSample.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.CollectionsSampleImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.Company.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.CompanyImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.Country.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.ImmutableInterfaceTest.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.ImmutableInterfaceTestImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.JCiPExample.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.JCiPExampleImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.Person.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.PersonImpl.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.SuperInterface.class - [JAR]
├─ nl.elucidator.patterns.builder.annotations.test.SuperInterfaceImpl.class - [JAR]