Skip to content

Commit

Permalink
fix(docs): The annotation is called @variable (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschaefer authored Oct 8, 2024
1 parent 0017920 commit 5f42677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Although Spring Zeebe has a transitive dependency to the [Zeebe Java client](htt
</dependency>
```

Note that if you are using [@Variables](https://github.com/camunda-community-hub/spring-zeebe#using-variable), compiler flag `-parameters` is required for Spring-Zeebe versions higher than 8.3.1.
Note that if you are using [@Variable](https://github.com/camunda-community-hub/spring-zeebe#using-variable), compiler flag `-parameters` is required for Spring-Zeebe versions higher than 8.3.1.

If using Maven:
```xml
Expand Down

0 comments on commit 5f42677

Please sign in to comment.