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 annotations-api-6.0.53.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
javax.annotation
├─ javax.annotation.Generated.class - [JAR]
├─ javax.annotation.PostConstruct.class - [JAR]
├─ javax.annotation.PreDestroy.class - [JAR]
├─ javax.annotation.Resource.class - [JAR]
├─ javax.annotation.Resources.class - [JAR]
javax.persistence
├─ javax.persistence.PersistenceContext.class - [JAR]
├─ javax.persistence.PersistenceContextType.class - [JAR]
├─ javax.persistence.PersistenceContexts.class - [JAR]
├─ javax.persistence.PersistenceProperty.class - [JAR]
├─ javax.persistence.PersistenceUnit.class - [JAR]
├─ javax.persistence.PersistenceUnits.class - [JAR]
javax.xml.ws
├─ javax.xml.ws.WebServiceRef.class - [JAR]
├─ javax.xml.ws.WebServiceRefs.class - [JAR]
javax.ejb
├─ javax.ejb.EJB.class - [JAR]
├─ javax.ejb.EJBs.class - [JAR]
javax.annotation.security
├─ javax.annotation.security.DeclareRoles.class - [JAR]
├─ javax.annotation.security.DenyAll.class - [JAR]
├─ javax.annotation.security.PermitAll.class - [JAR]
├─ javax.annotation.security.RolesAllowed.class - [JAR]
├─ javax.annotation.security.RunAs.class - [JAR]