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 identifier-comm-jvm-2.0.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
identifier
├─ identifier.Comm.class - [JAR]
├─ identifier.Email.class - [JAR]
├─ identifier.Identifier.class - [JAR]
├─ identifier.Phone.class - [JAR]
├─ identifier.UserEmail.class - [JAR]
├─ identifier.UserPhone.class - [JAR]
identifier.internal
├─ identifier.internal.EmailImpl.class - [JAR]
├─ identifier.internal.PhoneImpl.class - [JAR]
identifier.exceptions
├─ identifier.exceptions.InvalidIdentifierException.class - [JAR]
identifier.serializers
├─ identifier.serializers.EmailSerializer.class - [JAR]
├─ identifier.serializers.PhoneSerializer.class - [JAR]