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 spring-client-annotations-8.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.camunda.zeebe.spring.client.annotation
├─ io.camunda.zeebe.spring.client.annotation.CustomHeaders.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.Deployment.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.JobWorker.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.Variable.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.VariablesAsType.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.ZeebeCustomHeaders.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.ZeebeDeployment.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.ZeebeVariable.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.ZeebeVariablesAsType.class - [JAR]
├─ io.camunda.zeebe.spring.client.annotation.ZeebeWorker.class - [JAR]