Skip to content

Commit

Permalink
Saga annotation missing on example class
Browse files Browse the repository at this point in the history
  • Loading branch information
YvonneCeelie committed Aug 27, 2021
1 parent 48fafc3 commit b214627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axon-framework/sagas/associations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Imagine a saga that has been created for a transaction around an Order. The saga
Here is the code for such a Saga:

```java
@Saga
public class OrderManagementSaga {

private boolean paid = false;
Expand Down

0 comments on commit b214627

Please sign in to comment.